Skip to content

Commit

Permalink
Merge pull request #2132 from AndrewSirenko/govulncheck-optional
Browse files Browse the repository at this point in the history
Make govulncheck only run on release branches
  • Loading branch information
k8s-ci-robot committed Sep 12, 2024
2 parents cf297cc + dc5b4bc commit ff57848
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/govulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
# limitations under the License.

name: 'govulncheck'
on: [pull_request]

on:
pull_request:
branches:
- 'release-*'
jobs:
govulncheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff57848

Please sign in to comment.