Skip to content

Commit

Permalink
📝 (snowflake.yml): change scheduled workflow to run on Saturdays at 6…
Browse files Browse the repository at this point in the history
…AM UTC instead of Sundays at 7AM UTC
  • Loading branch information
jandroav committed Jun 5, 2024
1 parent de02069 commit d7d0e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snowflake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ concurrency: snowflake-run
on:
# Triggers the workflow on a schedule for the main branch. Also allows for manual triggers
schedule:
- cron: '0 7 * * 0' # Execute on sundays at 7AM UTC
- cron: '0 6 * * 0' # Execute on saturdays at 7AM UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d7d0e1e

Please sign in to comment.