Skip to content

Commit

Permalink
Daily core24 builds (infra) (#1290)
Browse files Browse the repository at this point in the history
* Rename snapcraft8 workflow

* Add to daily trigger the snapcraft8 build

* Better naming for steps
  • Loading branch information
Hook25 authored Jun 13, 2024
1 parent 49aee5e commit 9bfc66a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,26 @@ jobs:
commit_count=$(git log --since="$LAST_PASS_DAILY_BUILD" --oneline -- checkbox-ng checkbox-support providers checkbox-core-snap checkbox-snap | wc -l)
echo "new_commit_count=$commit_count" | tee $GITHUB_OUTPUT
checkbox-core-snap-daily:
snapcraft7-runtime:
needs: check_for_commits
if: ${{ needs.check_for_commits.outputs.new_commit_count > 0 || github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/checkbox-core-snap-daily-builds.yml
secrets: inherit

checkbox-snap-daily:
snapcraft7-frontend:
needs: check_for_commits
if: ${{ needs.check_for_commits.outputs.new_commit_count > 0 || github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/checkbox-snap-daily-builds.yml
secrets: inherit

checkbox-deb-daily:
deb-daily:
needs: check_for_commits
if: ${{ needs.check_for_commits.outputs.new_commit_count > 0 || github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/deb-daily-builds.yml
secrets: inherit

snapcraft8-daily:
needs: check_for_commits
if: ${{ needs.check_for_commits.outputs.new_commit_count > 0 || github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/snapcraft8_builds.yaml
secrets: inherit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: checkbox core24 builder
name: Checkbox Snapcraft8 builds

on:
workflow_dispatch:
Expand Down

0 comments on commit 9bfc66a

Please sign in to comment.