Skip to content

Commit

Permalink
refactor: deny list sync schedule (#1761)
Browse files Browse the repository at this point in the history
Runs every 5h and on merge our denylist.json to main.
  • Loading branch information
Alan Shaw authored Apr 4, 2022
1 parent 870c814 commit 0808f43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cron-denylist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Cron sync deny list

on:
schedule:
- cron: '13 8 * * *'
- cron: '13 0,5,10,15,20 * * *'
workflow_dispatch:
push:
branches:
- main
paths:
- 'packages/gateway/denylist.json'

jobs:
update:
Expand Down

0 comments on commit 0808f43

Please sign in to comment.