Skip to content

Commit

Permalink
fix: early return 조건 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjoon committed Jul 18, 2024
1 parent 05ab9b6 commit be6c3af
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 @@ -26,7 +26,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Early exit
if: contains(github.event.issue.labels.*.name, '백엔드') == false
if: !contains(github.event.issue.labels.*.name, '백엔드')
run: |
gh run cancel ${{ github.run_id }}
env:
Expand Down

0 comments on commit be6c3af

Please sign in to comment.