Skip to content

Commit

Permalink
ci: fix rhel8 update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi He authored and yih-redhat committed Oct 30, 2024
1 parent 46b3b23 commit 53efbb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trigger-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
- cron: '0 7 * * *'
- cron: '0 13 * * *'
- cron: '0 19 * * *'

env:
COMPOSE_URL_88: "http://${{ secrets.DOWNLOAD_NODE }}/rhel-8/nightly/updates/RHEL-8"
COMPOSE_URL_810: "http://${{ secrets.DOWNLOAD_NODE }}/rhel-8/nightly/RHEL-8"
COMPOSE_URL_810: "http://${{ secrets.DOWNLOAD_NODE }}/rhel-8/nightly/updates/RHEL-8"

jobs:
check-compose:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/trigger-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ name: RHEL 9 compose trigger
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
- cron: '0 8 * * *'
- cron: '0 14 * * *'
- cron: '0 20 * * *'
- cron: '0 4 * * *'
- cron: '0 16 * * *'

env:
COMPOSE_URL_94: "http://${{ secrets.DOWNLOAD_NODE }}/rhel-9/nightly/updates/RHEL-9"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: CentOS Stream compose trigger
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
- cron: '0 15 * * *'
- cron: '0 6 * * *'
- cron: '0 18 * * *'

env:
COMPOSE_URL_CS9: https://composes.stream.centos.org/production
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Fedora compose trigger
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
- cron: '0 16 * * *'
- cron: '0 8 * * *'
- cron: '0 20 * * *'

env:
COMPOSE_URL_rawhide: https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide
Expand Down

0 comments on commit 53efbb6

Please sign in to comment.