diff --git a/.github/workflows/Update Profiles on Ubuntu.yml b/.github/workflows/Update Profiles on Ubuntu.yml index 568c4877..26f5383d 100644 --- a/.github/workflows/Update Profiles on Ubuntu.yml +++ b/.github/workflows/Update Profiles on Ubuntu.yml @@ -12,7 +12,7 @@ on: paths-ignore: - 'README.md' schedule: - - cron: "0 0 3 ? * TUE,FRI " + - cron: "0 3 ? * TUE,FRI " # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/Update Profiles on Windows.yml b/.github/workflows/Update Profiles on Windows.yml index dca06f9c..d002b2aa 100644 --- a/.github/workflows/Update Profiles on Windows.yml +++ b/.github/workflows/Update Profiles on Windows.yml @@ -3,7 +3,7 @@ name: Update Profiles on Windows on: workflow_dispatch: schedule: - - cron: "0 0 3 ? * WED,SAT " + - cron: "0 3 ? * WED,SAT " jobs: update-profiles: diff --git a/.github/workflows/Update Profiles on macOS.yml b/.github/workflows/Update Profiles on macOS.yml index c4408bca..657325a8 100644 --- a/.github/workflows/Update Profiles on macOS.yml +++ b/.github/workflows/Update Profiles on macOS.yml @@ -3,7 +3,7 @@ name: Update Profiles on macOS on: workflow_dispatch: schedule: - - cron: "0 0 3 ? * MON,THU " + - cron: "0 3 ? * MON,THU " jobs: update-profiles: