Here as well [skip ci]

This commit is contained in:
Till Faelligen 2024-02-13 19:28:08 +01:00
parent 617ceff994
commit de14a9edb7
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -218,7 +218,7 @@ jobs:
name: "Complement Coverage"
runs-on: ubuntu-latest
needs: [ complement, check_date ] # only run once Complements is done and there was a commit
if: ${{ always() }}
if: ${{ always() && needs.check_date.outputs.should_run != 'false' }}
steps:
- uses: actions/checkout@v4
- name: Install Go