Skip to content

Commit

Permalink
do run even if label is not submission
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp authored Nov 28, 2023
1 parent 525d8ef commit 7507ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/filter-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
files-changed:
name: Detect what files changed
if: contains(github.event.pull_request.labels.*.name, 'submission')
# if: contains(github.event.pull_request.labels.*.name, 'submission')
# if: ${{ github.event.label.name == 'submission' }}
runs-on: ubuntu-20.04
timeout-minutes: 3
Expand Down

0 comments on commit 7507ec1

Please sign in to comment.