Skip to content

Commit 688be56

Browse files
committed
ci: test condition without quotes
1 parent 53cbab7 commit 688be56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
PR_TITLE=$(gh pr view ${{ github.event.pull_request.number }} --json title --jq '.title')
1919
echo "pr_title=$PR_TITLE" >> $GITHUB_ENV
2020
echo "PR Title: $PR_TITLE"
21-
- if: "!contains(env.pr_title, 'test1')"
21+
- if: !contains(env.pr_title, 'test1')
2222
run: yarn lint:ci
2323
- name: Check if pr contains test1
2424
if: contains(env.pr_title, 'test1')

0 commit comments

Comments
 (0)