Skip to content

Commit

Permalink
A daily release pipeline to trigger the package specific dialy pipeli…
Browse files Browse the repository at this point in the history
…nes (Infra) (#772)

A daily pipeline to rule them all (Infra)
  • Loading branch information
mz2 authored Oct 20, 2023
1 parent 5353b02 commit 548d2e7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checkbox-core-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '00 04 * * *'
workflow_dispatch:
workflow_call:

jobs:
check_history:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/checkbox-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '00 04 * * *'
workflow_dispatch:
workflow_call:

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

on:
workflow_dispatch:

jobs:
checkbox-core-snap-daily:
uses: ./.github/workflows/checkbox-core-snap-daily-builds.yml
checkbox-snap-daily:
uses: ./.github/workflows/checkbox-snap-daily-builds.yml
checkbox-deb-daily:
uses: ./.github/workflows/deb-daily-builds.yml
1 change: 1 addition & 0 deletions .github/workflows/deb-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: '00 04 * * *'
workflow_dispatch:
workflow_call:

jobs:
deb_daily_builds:
Expand Down

0 comments on commit 548d2e7

Please sign in to comment.