Skip to content

end-to-end test latest greatest fedora and alma #2

end-to-end test latest greatest fedora and alma

end-to-end test latest greatest fedora and alma #2

Workflow file for this run

name: e2e-trigger
run-name: end-to-end test latest greatest fedora and alma
on:
push:
pull_request:
jobs:
e2e-test-schedule:
strategy:
matrix:
target:
- fedora
- rawhide
- alma
uses: ./.github/workflows/e2e-base.yml
with:
target: ${{ matrix.target }}