end-to-end test latest greatest fedora and alma each weak #4
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: 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 }} | |