Skip to content

Commit

Permalink
[fix] #123 add condition, to contain 'dev' label in dev-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdwns414 committed Sep 3, 2024
1 parent e5c3e98 commit 57dd3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci:
if: !contains(github.event.pull_request.labels.*.name, 'deploy')
if: contains(github.event.pull_request.labels.*.name, 'dev')
runs-on: ubuntu-22.04
env:
working-directory: .
Expand Down

0 comments on commit 57dd3ae

Please sign in to comment.