Update main-latest.yml

This commit is contained in:
Igor Pečovnik
2022-08-25 12:08:20 +02:00
committed by GitHub
parent 912e091f4e
commit b4846a23a2

View File

@@ -9,11 +9,26 @@ on:
jobs:
fake:
if: ${{ github.repository_owner == 'Armbian' }}
runs-on: ubuntu-latest
name: Generate control artefact
steps:
- run: |
echo "not empty" > changes
- uses: actions/upload-artifact@v3
with:
path: changes
name: changes
if-no-files-found: ignore
git-trees:
if: ${{ github.repository_owner == 'Armbian' }}
runs-on: ubuntu-latest
needs: [ fake ]
name: "GIT tree"
steps: