Skip to content

Commit 00a0d50

Browse files
committed
gh
1 parent 09980c4 commit 00a0d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55

66
jobs:
77
commit-checker:
8-
if: "!contains(github.event.head_commit.message, '[skip jira]')"
8+
if: ${{ !contains(github.event.head_commit.message, '[skip jira]') }}
99
runs-on: ubuntu-latest
1010

1111
steps:

0 commit comments

Comments
 (0)