Skip to content

Commit

Permalink
fix build workflow to be triggered for dependencies label
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm committed Mar 7, 2022
1 parent bdf2836 commit 47acdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# Update dist files if there is label dependencies
- name: Update dist files
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'dependencies')
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
run: |
if [[ -z $(git status -s) ]]
then
Expand Down

0 comments on commit 47acdcc

Please sign in to comment.