Skip to content

Commit

Permalink
chore: remove provenance need in build status
Browse files Browse the repository at this point in the history
At the moment if provenance is skipped the build-status step is also
skipped because it was in the needs parameter.

This blocked the PRs so should be removed.
  • Loading branch information
fd0r committed Jun 28, 2024
1 parent 23cb7dc commit eadea72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ jobs:
# and therefore expensive macOS testing
linux-build-status:
name: Build Status (Linux)
needs: [build-linux, provenance]
needs: [build-linux]
runs-on: ubuntu-20.04
timeout-minutes: 2
if: success() || failure()
Expand Down

0 comments on commit eadea72

Please sign in to comment.