Skip to content

Commit

Permalink
Customize the CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jean du Plessis <jean@upbound.io>
  • Loading branch information
jeanduplessis committed Nov 1, 2024
1 parent e3b5f3d commit 6e31edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
do_not_skip: '["workflow_dispatch", "schedule", "push"]'

report-breaking-changes:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'
steps:
Expand Down

0 comments on commit 6e31edc

Please sign in to comment.