Skip to content

Commit

Permalink
ci: disable cron for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 14, 2023
1 parent 945d5c8 commit 6bd1c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-tx-pull.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Daily Traslation Update
on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
schedule:
- cron: 0 0 * * * # daily at midnight UTC = 7-8pm US Eastern
# schedule:
# - cron: 0 0 * * * # daily at midnight UTC = 7-8pm US Eastern
concurrency:
group: '${{ github.workflow }}'
cancel-in-progress: true
Expand Down

0 comments on commit 6bd1c66

Please sign in to comment.