Skip to content

Commit

Permalink
fix: don't re-generate list on PRs or pushes
Browse files Browse the repository at this point in the history
Previously, the workflow was trigger on PRs and pushes to any branch. We only want updated lists every night.
  • Loading branch information
0xB10C committed Sep 3, 2022
1 parent 7093814 commit 4aeab3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Generate OFAC sanctioned digital currency addresses lists each night at 0
on:
schedule:
- cron: '0 0 * * *'
push:
pull_request:

jobs:
generate-lists:
Expand Down

0 comments on commit 4aeab3d

Please sign in to comment.