Skip to content

Commit

Permalink
move daily cron 2h later
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiplesa authored Oct 21, 2024
1 parent 9f18105 commit a9d204f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This workflow will generate and update the lists in the 'lists' branch each night at 0 UTC

name: Generate OFAC sanctioned digital currency addresses lists each night at 0 UTC
name: Generate OFAC sanctioned digital currency addresses lists each night at 2 UTC

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 2 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a9d204f

Please sign in to comment.