Skip to content

Commit

Permalink
Moves the daily builds to 18 UTC (Infra) (#794)
Browse files Browse the repository at this point in the history
* Moves the daily builds to 18 UTC, in the daily-builds.yml workflow (Infra)

* _Actually_ moves to 18 UTC (as opposed to 19 UTC) + removes cron from deb-daily-builds (Infra)
  • Loading branch information
mz2 authored Oct 25, 2023
1 parent 120bb96 commit 40d2f3f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checkbox-core-snap-daily-builds.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: checkbox core snap daily build

on:
schedule:
- cron: '00 04 * * *'
workflow_dispatch:
workflow_call:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/checkbox-snap-daily-builds.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: checkbox snap daily build

on:
schedule:
- cron: '00 04 * * *'
workflow_dispatch:
workflow_call:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Daily builds

on:
schedule:
- cron: '00 18 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deb-daily-builds.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Debian packages daily build

on:
schedule:
- cron: '00 04 * * *'
workflow_dispatch:
workflow_call:

Expand Down

0 comments on commit 40d2f3f

Please sign in to comment.