Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Limit Github Action to run once per week
  • Loading branch information
parthea authored Jun 16, 2021
commit e8fd3f8abc99b62751d98ef23f7fc987d0c94977
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ name: A workflow for updating discovery artifacts
on:
schedule:
# * is a special character in YAML so you have to quote this string
# Run this Github Action every day at 7 AM UTC
- cron: '0 7 * * *'
# Run this Github Action every Tuesday at 7 AM UTC
- cron: '0 7 * * 2'

jobs:
build:
Expand Down