Skip to content

Commit

Permalink
Open된 Issue에서만 워크플로 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhoon00 committed Jul 20, 2024
1 parent 0a90432 commit f3b387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subscribe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
issues: write
jobs:
subscribe:
if: contains(github.event.issue.labels.*.name, '구독신청')
if: contains(github.event.issue.labels.*.name, '구독신청') && github.event.issue.state == 'open'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit f3b387c

Please sign in to comment.