Merge pull request #2887 from F43nd1r/skip-duplicate-actions

Fix ci precondition
This commit is contained in:
Jan-Willem Gmelig Meyling 2021-06-04 13:56:18 +02:00 committed by GitHub
commit d5730c0923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ jobs:
build:
needs: check_duplicate
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
if: ${{ needs.check_duplicate.outputs.should_skip != 'true' }}
strategy:
matrix: