Skip to content

Commit

Permalink
ci: trigger cs-dev job at 1am every day instead of 3am
Browse files Browse the repository at this point in the history
Trigger time conflicted between cs and cs-dev
  • Loading branch information
henrywang committed Feb 6, 2024
1 parent 89f093a commit e4eb081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-cs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: centos-bootc-dev:stream9 trigger
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *'
- cron: '0 1 * * *'

jobs:
check-image:
Expand Down

0 comments on commit e4eb081

Please sign in to comment.