Skip to content

Commit

Permalink
Merge pull request #8398 from killianmuldoon/pr-update-version-matrix…
Browse files Browse the repository at this point in the history
…-gh-actions

🌱 Update version matrix for github workflows
  • Loading branch information
k8s-ci-robot committed Mar 28, 2023
2 parents 33f882f + f0d26ec commit 022c70b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-docs-weekly.yml
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.3, release-1.2 ]
branch: [ main, release-1.4, release-1.3 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
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.3, release-1.2 ]
branch: [ main, release-1.4, release-1.3 ]
name: Trivy
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release-weekly.yml
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.3, release-1.2 ]
branch: [ main, release-1.4, release-1.3 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.5.0
Expand Down

0 comments on commit 022c70b

Please sign in to comment.