Skip to content

Commit

Permalink
turn off test workflow trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
Isaac Milarsky committed Nov 1, 2023
1 parent 51f587c commit 11d4fe6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Update data

on:
[push]
workflow_dispatch: {}
schedule:
# Run Mondays at 2:15 am
- cron: "15 2 * * 0"


jobs:
update:
Expand Down

0 comments on commit 11d4fe6

Please sign in to comment.