Skip to content

Commit

Permalink
DOC document cron schedule string in codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 4, 2022
1 parent 2c7a0eb commit 4090e3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ on:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '37 2 * * 5'

permissions: read-all
Expand Down

0 comments on commit 4090e3d

Please sign in to comment.