Skip to content

Commit

Permalink
adding cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi authored and AzfaarQureshi committed Jan 6, 2021
1 parent 3208cb4 commit 1ead36a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Run Gosec
on:
workflow_dispatch:
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: '30 2 * * *'
jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ead36a

Please sign in to comment.