mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
fix: add if check to workflow (#9976)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com>
This commit is contained in:
parent
83f2846572
commit
5f9b8ce381
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-milestone.yaml
vendored
1
.github/workflows/check-milestone.yaml
vendored
|
@ -16,6 +16,7 @@ concurrency:
|
|||
jobs:
|
||||
check-milestone:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor != 'dependabot[bot]' # exclude prs from dependabot
|
||||
steps:
|
||||
- name: Check milestone
|
||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue