Skip to content

Commit b059322

Browse files
committed
fixed condition
1 parent 9873235 commit b059322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50
5757
# Run the normal filters if the all-tests-required label is not set
5858
id: changed-files
59-
if: contains(github.event.pull_request.labels.*.name, 'status:all-tests-required') == false
59+
if: contains(github.event.pull_request.labels.*.name, 'status:all-tests-required') == false && github.event_name == 'pull_request'
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
filters: .github/change_filters.yml

0 commit comments

Comments
 (0)