diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml index 3da4a2c9d..e339c14d3 100644 --- a/.github/workflows/schedules.yaml +++ b/.github/workflows/schedules.yaml @@ -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