Skip to content

Commit c222c11

Browse files
committed
Update description and fix condition
1 parent d0aa737 commit c222c11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown_tocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
# Define a display name:
4040
name: 'Update namespace ToCs'
4141

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'
42+
# Only run this job if the pull request was merged (or the job was triggered manually):
43+
if: github.event.pull_request.merged == true || github.event_name = 'workflow_dispatch'
4444

4545
# Define the type of virtual host machine:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)