Skip to content

Commit 36a396d

Browse files
committed
Fix equality check
1 parent c222c11 commit 36a396d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: 'Update namespace ToCs'
4141

4242
# 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'
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)