Skip to content

Commit

Permalink
Assemble needed runs into a GH Actions build train (armbian#3366)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 25, 2021
1 parent 37662d8 commit 7f556dc
Show file tree
Hide file tree
Showing 11 changed files with 482 additions and 967 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-beta-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Beta Desktop

on:
workflow_dispatch:
workflow_run:
workflows: ["Beta Kernel"]
types: [completed]

jobs:

Expand Down
17 changes: 16 additions & 1 deletion .github/workflows/build-beta-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@ on:

jobs:

fake:
runs-on: ubuntu-latest
name: Source changes
if: ${{ github.repository_owner == 'Armbian' }}
steps:
- run: |
echo "not empty" > changes
- uses: actions/upload-artifact@v2
with:
path: changes
name: changes
if-no-files-found: ignore

merge:
uses: armbian/scripts/.github/workflows/merge-from-branch.yml@master
needs: [ fake ]
uses: armbian/scripts/.github/workflows/merge-from-branch.yml@master

with:
branch: 'nightly'
runner: small

secrets:
GPG_KEY2: ${{ secrets.GPG_KEY2 }}
Expand Down

0 comments on commit 7f556dc

Please sign in to comment.