From f385805d8967a3ad4085348ef6b62faa0592004e Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Fri, 18 Oct 2024 15:45:12 +1100 Subject: [PATCH] Quoted '!test' job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56bb8fb..b108a3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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