Skip to content

Commit

Permalink
Adjusted schedule for 2 hrs later
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Jan 23, 2025
1 parent 9467f86 commit 9028b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Daily update
name: Weekly update

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand All @@ -13,7 +13,7 @@ on:
branches: [ master ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 5 * * 0'
- cron: '0 7 * * 0'
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 9028b5e

Please sign in to comment.