Skip to content

Commit

Permalink
Quoted '!test' job name (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat authored Oct 18, 2024
1 parent a30ee61 commit f240c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
pull-requests: write # For commenting on PR

pr-comment-test:
name: !test
name: '!test'
if: github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '!test')
uses: access-nri/model-config-tests/.github/workflows/config-comment-test.yml@main
secrets: inherit
Expand Down

0 comments on commit f240c7c

Please sign in to comment.