Skip to content

Commit

Permalink
Merge pull request #3110 from sbueringer/pr-add-1.11
Browse files Browse the repository at this point in the history
🌱 Add release-1.11 to GitHub actions
  • Loading branch information
k8s-ci-robot authored Jul 18, 2024
2 parents 7368207 + 75a4409 commit d553844
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.10, release-1.9, release-1.8, release-1.7 ]
branch: [ main, release-1.11, release-1.10, release-1.9, release-1.8, release-1.7 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
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.10, release-1.9, release-1.8, release-1.7 ]
branch: [ main, release-1.11, release-1.10, release-1.9, release-1.8, release-1.7 ]
name: Trivy
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .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.10, release-1.9, release-1.8, release-1.7 ]
branch: [ main, release-1.11, release-1.10, release-1.9, release-1.8, release-1.7 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4.1.7
Expand All @@ -37,4 +37,4 @@ jobs:
go-version: ${{ env.go_version }}
- name: Test release
run: |
make release
make release

0 comments on commit d553844

Please sign in to comment.