Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

fix: exclude pepr-system namespace from kyverno policy that was block… #21

fix: exclude pepr-system namespace from kyverno policy that was block…

fix: exclude pepr-system namespace from kyverno policy that was block… #21

Workflow file for this run

# Do all the stuff we'd need to do so that we save caches on pushes to main
name: save-cache
on:
push:
branches:
- main
defaults:
run:
shell: bash -e -o pipefail {0}
jobs:
save-cache:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: restore-cache
uses: ./.github/actions/cache
with:
action: restore
- name: update-cache
run: script -q -e -c 'make +update-cache' /dev/null
- name: Fix cache permissions
run: script -q -e -c 'make +fix-cache-permissions' /dev/null
- name: save-cache
uses: ./.github/actions/cache
with:
action: save