Skip to content

Commit

Permalink
Merge pull request #13 from ODNZSL/task/only-build-on-schedule
Browse files Browse the repository at this point in the history
Only run Signbank extraction on schedule now that we have a stable extraction script
  • Loading branch information
joshmcarthur authored Mar 9, 2023
2 parents f4f18d0 + 35d24ce commit b4b001c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/signbank-extract.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
on:
push:
branches:
- feature/export-from-signbank
workflow_dispatch:
schedule:
# Run monthly at 1PM UTC (~ 1AM NZT)
- cron: 0 13 1 * *
Expand Down

0 comments on commit b4b001c

Please sign in to comment.