Skip to content

end-to-end test latest greatest fedora and alma each weak #4

end-to-end test latest greatest fedora and alma each weak

end-to-end test latest greatest fedora and alma each weak #4

Workflow file for this run

name: e2e-schedule
run-name: end-to-end test latest greatest fedora and alma each weak
on:
schedule:
# minute hour dom month dow
- cron: '29 22 * * 3'
jobs:
e2e-schedule:
strategy:
matrix:
target:
- fedora
- rawhide
- alma
fail-fast: false
uses: ./.github/workflows/e2e-base.yml
with:
target: ${{ matrix.target }}