Skip to content

Commit

Permalink
Update build_xdrip.yml
Browse files Browse the repository at this point in the history
Change build frequency to monthly
  • Loading branch information
OliNix authored Jul 3, 2024
1 parent 1adc9eb commit 7e6767d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_xdrip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
#push:

schedule:
- cron: '0 8 * * 3' # Checks for updates at 08:00 UTC every Wednesday
# - cron: '0 8 * * 3' # Checks for updates at 08:00 UTC every Wednesday
- cron: '0 6 1 * *' # Builds the app on the 1st of every month at 06:00 UTC

env:
Expand Down Expand Up @@ -261,4 +261,4 @@ jobs:
name: build-artifacts
path: |
artifacts
buildlog
buildlog

0 comments on commit 7e6767d

Please sign in to comment.