We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aa737 commit c222c11Copy full SHA for c222c11
1 file changed
.github/workflows/markdown_tocs.yml
@@ -39,8 +39,8 @@ jobs:
39
# Define a display name:
40
name: 'Update namespace ToCs'
41
42
- # Only run this job if the pull request was merged or triggered manually:
43
- if: github.event.pull_request.merged == true || github.event = 'workflow_dispatch'
+ # Only run this job if the pull request was merged (or the job was triggered manually):
+ if: github.event.pull_request.merged == true || github.event_name = 'workflow_dispatch'
44
45
# Define the type of virtual host machine:
46
runs-on: ubuntu-latest
0 commit comments