mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: condition jobs in gh workflows (#5926)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
ae1d210319
commit
7ab9d95970
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr-update.yaml
vendored
2
.github/workflows/pr-update.yaml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
|||
outputs:
|
||||
result: ${{ steps.check.outputs.result }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
- name: Check secret
|
||||
id: check
|
||||
uses: ./.github/actions/is-defined
|
||||
|
|
Loading…
Add table
Reference in a new issue