Update Submariner dependencies to v0.17.4 #9357
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: End to End Default | |
on: | |
pull_request: | |
types: [ready_for_review, opened, reopened, synchronize, converted_to_draft, labeled] | |
permissions: {} | |
jobs: | |
e2e: | |
name: E2E | |
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'test-draft') | |
timeout-minutes: 30 | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
- name: Run E2E deployment and tests | |
uses: submariner-io/shipyard/gh-actions/e2e@release-0.17 | |
- name: Post mortem | |
if: failure() | |
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.17 |