Bump tim-actions/commit-message-checker-with-regex from e16b08b1a7f5cafeb1f8167de05bf1d40239eb5d to 094fc16ff83d04e2ec73edb5eaf6aa267db33791 #3601
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: Upgrade | |
on: | |
pull_request: | |
branches: [release-0.15] | |
permissions: {} | |
jobs: | |
upgrade-e2e: | |
name: Latest Release to Latest Version | |
timeout-minutes: 45 | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 | |
- name: Install an old cluster, upgrade it and check it | |
uses: submariner-io/shipyard/gh-actions/[email protected] | |
- name: Post Mortem | |
if: failure() | |
uses: submariner-io/shipyard/gh-actions/[email protected] |