Skip to content

Commit

Permalink
Disable over the holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Dec 22, 2023
1 parent 710d3fc commit 03de3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rosa-cluster-auto-provision-on-schedule.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ROSA Daily Scheduled Run

on:
schedule:
- cron: '0 5 * * 1-5' # Runs At 05:00 UTC on every day-of-week from Monday through Friday.
# schedule:
# - cron: '0 5 * * 1-5' # Runs At 05:00 UTC on every day-of-week from Monday through Friday.
workflow_dispatch:

# env:
Expand Down

0 comments on commit 03de3e0

Please sign in to comment.