Skip to content

Commit

Permalink
Disable the schedule for now
Browse files Browse the repository at this point in the history
This is ingestion is not yet ready to be run on a schedule. We'll enable
the schedule when we need it.
  • Loading branch information
MatMoore committed May 30, 2024
1 parent 31141b3 commit 4a99a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ingest-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Ingest metadata to dev

on:
schedule:
- cron: "0 9,14 * * *" # 9am, 2pm UTC
# schedule:
# - cron: "0 9,14 * * *" # 9am, 2pm UTC
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ingest-test-and-preprod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Ingest metadata to test and preprod

on:
schedule:
- cron: "0 3 * * *" # 3am UTC
# schedule:
# - cron: "0 3 * * *" # 3am UTC
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4a99a98

Please sign in to comment.