Skip to content

Commit

Permalink
chore: more ci (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Jan 10, 2024
1 parent fe1bae4 commit 8f4549e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,16 @@ jobs:
- name: Check install
run: kyverno-json version

# required:
# needs:
# - default
# - verify
# - release
# - custom
# - wrong_version
# - custom_dir
# - custom_dir_root
# - main
# runs-on: ubuntu-latest
# steps:
# - run: echo "Required jobs success!"
required:
needs:
- default
- verify
- release
- custom
- wrong_version
- custom_dir
- custom_dir_root
- main
runs-on: ubuntu-latest
steps:
- run: echo "Required jobs success!"
3 changes: 3 additions & 0 deletions .github/workflows/check-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328d4ea95eaf8b3bd6c6cef308f709a5f2ec # v3.0.3
with:
allowlist: |
kyverno/action-install-kyverno-json

0 comments on commit 8f4549e

Please sign in to comment.