diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 3301ca8..ca3985f 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -13,7 +13,7 @@ on: branches: [ master ] schedule: # * is a special character in YAML so you have to quote this string - - cron: '0 5 * * 7' + - cron: '0 5 * * 0' workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel