Skip to content

Commit

Permalink
Merge pull request #10357 from Nordix/sunnatillo/update-version-matri…
Browse files Browse the repository at this point in the history
…x-gh-actions

🌱 Update version matrix for github workflows for release-1.7
  • Loading branch information
k8s-ci-robot authored Apr 2, 2024
2 parents 6e6ef95 + 6dc1bc2 commit c8575c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-md-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ main, release-1.6, release-1.5 ]
branch: [ main, release-1.7, release-1.6 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ main, release-1.6, release-1.5 ]
branch: [ main, release-1.7, release-1.6 ]
name: Trivy
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [ main, release-1.6, release-1.5 ]
branch: [ main, release-1.7, release-1.6 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
Expand Down

0 comments on commit c8575c9

Please sign in to comment.