Skip to content

Commit

Permalink
update action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Sep 13, 2023
1 parent 00052b5 commit a5aad87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/store_latest_datasets_cronjob.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Store latest datasets cronjob

on:
push:
branches: [ '**' ]
# schedule:
# - cron: "0 0 * * *"
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

env:
URL_STORAGE_PREFIX: "https://storage.googleapis.com/storage/v1/b/mdb-latest/o"
Expand Down Expand Up @@ -106,7 +105,6 @@ jobs:
DATA: urls_data_string.replace("}{", "} {")
}
urls_data.append(job_data)
break
matrix_data = {INCLUDE: urls_data}
with open(os.path.join(ROOT, MATRIX_FILE), "w") as fp:
Expand Down

0 comments on commit a5aad87

Please sign in to comment.