Skip to content

Commit

Permalink
Ensure ci-ok is always run (#374)
Browse files Browse the repository at this point in the history
We don't want this action to get skipped!
  • Loading branch information
julienp authored Jan 16, 2025
1 parent d0f69b2 commit e7999a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ jobs:
ci-ok:
name: ci-ok
needs: [kitchen-sink, provider-build-environment, base, debian-sdk, ubi-sdk]
if: always()
runs-on: ubuntu-latest
steps:
- name: CI succeeded
Expand Down

0 comments on commit e7999a4

Please sign in to comment.