feature: added job to bump the rc-tag in the sec-scanners-config on main branch when creating release #256
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull-e2e-upgrade-test | |
on: | |
pull_request: | |
branches: [ "main" ] | |
paths-ignore: | |
- 'docs/**' | |
- '**.md' | |
- 'sec-scanners-config.yaml' | |
- CODEOWNERS | |
- LICENSE | |
- LICENSES | |
- OWNERS | |
- OWNERS_ALIASES | |
- PROJECT | |
jobs: | |
upgrade-test: | |
uses: ./.github/workflows/e2e-upgrade-test-reusable.yaml | |
with: | |
pre-upgrade-image-tag: main | |
post-upgrade-image-tag: PR-${{ github.event.number }} | |
build-job-name: pull-eventing-manager-build | |
commit-sha: ${{ github.event.pull_request.head.sha }} | |
secrets: inherit |