Skip to content

Commit

Permalink
📝 (snowflake.yml): update cron schedule to execute on Sundays at 7AM …
Browse files Browse the repository at this point in the history
…UTC for better consistency and clarity
  • Loading branch information
jandroav committed Jun 5, 2024
1 parent 571763c commit 403c24b
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 * * *' # Execute every day at 7AM UTC
- cron: '0 7 * * 0' # Execute on sundays at 7AM UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 403c24b

Please sign in to comment.