Have the RHEL VMs in our integration tests use podman instead of docker #137
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: Run konflux workflows | |
on: | |
push: | |
branches: | |
- master | |
- release-* | |
tags: | |
- 3.*.* | |
pull_request: | |
types: | |
- labeled | |
- unlabeled | |
- synchronize | |
- opened | |
- reopened | |
concurrency: | |
group: ${{ github.head_ref || github.run_id }}-konflux | |
cancel-in-progress: true | |
jobs: | |
run-tests: | |
uses: ./.github/workflows/konflux-tests.yml | |
if: github.event_name == 'push' || | |
contains(github.head_ref, 'konflux') || | |
contains(github.head_ref, 'rhtap') | |
secrets: inherit | |