We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cbab7 commit 688be56Copy full SHA for 688be56
1 file changed
.github/workflows/_code-quality.yml
@@ -18,7 +18,7 @@ jobs:
18
PR_TITLE=$(gh pr view ${{ github.event.pull_request.number }} --json title --jq '.title')
19
echo "pr_title=$PR_TITLE" >> $GITHUB_ENV
20
echo "PR Title: $PR_TITLE"
21
- - if: "!contains(env.pr_title, 'test1')"
+ - if: !contains(env.pr_title, 'test1')
22
run: yarn lint:ci
23
- name: Check if pr contains test1
24
if: contains(env.pr_title, 'test1')
0 commit comments