Pin operator Konflux Dockerfile version label #11819
This file contains hidden or 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 | |
| - name: Run E2E deployment and tests | |
| uses: submariner-io/shipyard/gh-actions/[email protected] | |
| - name: Post mortem | |
| if: failure() | |
| uses: submariner-io/shipyard/gh-actions/[email protected] |