diff --git a/.github/workflows/update-act.yml b/.github/workflows/update-act.yml index d11feb00..d705666b 100644 --- a/.github/workflows/update-act.yml +++ b/.github/workflows/update-act.yml @@ -2,7 +2,7 @@ name: Update Data for ACT on: schedule: - - cron: '28 01 01 3,6,9,12 *' + - cron: '28 01 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-nsw.yml b/.github/workflows/update-nsw.yml index 6c521eb6..8213b00a 100644 --- a/.github/workflows/update-nsw.yml +++ b/.github/workflows/update-nsw.yml @@ -2,7 +2,7 @@ name: Update Data for NSW on: schedule: - - cron: '08 04 01 3,6,9,12 *' + - cron: '08 04 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-nt.yml b/.github/workflows/update-nt.yml index d754906e..13f58904 100644 --- a/.github/workflows/update-nt.yml +++ b/.github/workflows/update-nt.yml @@ -2,7 +2,7 @@ name: Update Data for NT on: schedule: - - cron: '35 01 01 3,6,9,12 *' + - cron: '35 01 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-ot.yml b/.github/workflows/update-ot.yml index 2698434b..e495c28e 100644 --- a/.github/workflows/update-ot.yml +++ b/.github/workflows/update-ot.yml @@ -2,7 +2,7 @@ name: Update Data for OT on: schedule: - - cron: '23 01 01 3,6,9,12 *' + - cron: '23 01 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-qld.yml b/.github/workflows/update-qld.yml index 580927ef..dc6afac0 100644 --- a/.github/workflows/update-qld.yml +++ b/.github/workflows/update-qld.yml @@ -2,7 +2,7 @@ name: Update Data for QLD on: schedule: - - cron: '23 02 01 3,6,9,12 *' + - cron: '23 02 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-sa.yml b/.github/workflows/update-sa.yml index 3a38e3a3..7b8d0248 100644 --- a/.github/workflows/update-sa.yml +++ b/.github/workflows/update-sa.yml @@ -2,7 +2,7 @@ name: Update Data for SA on: schedule: - - cron: '48 01 01 3,6,9,12 *' + - cron: '48 01 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-tas.yml b/.github/workflows/update-tas.yml index ce7a8fd5..bfc2ba3d 100644 --- a/.github/workflows/update-tas.yml +++ b/.github/workflows/update-tas.yml @@ -2,7 +2,7 @@ name: Update Data for TAS on: schedule: - - cron: '40 01 01 3,6,9,12 *' + - cron: '40 01 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-vic.yml b/.github/workflows/update-vic.yml index f81bbea9..d3475352 100644 --- a/.github/workflows/update-vic.yml +++ b/.github/workflows/update-vic.yml @@ -2,7 +2,7 @@ name: Update Data for VIC on: schedule: - - cron: '04 03 01 3,6,9,12 *' + - cron: '04 03 01 * *' workflow_dispatch: jobs: diff --git a/.github/workflows/update-wa.yml b/.github/workflows/update-wa.yml index fe3afb8a..5a8d6aa8 100644 --- a/.github/workflows/update-wa.yml +++ b/.github/workflows/update-wa.yml @@ -2,7 +2,7 @@ name: Update Data for WA on: schedule: - - cron: '03 02 01 3,6,9,12 *' + - cron: '03 02 01 * *' workflow_dispatch: jobs: