From b4846a23a2b9dbd59a93cf5a854efbc6411243bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 25 Aug 2022 12:08:20 +0200 Subject: [PATCH] Update main-latest.yml --- .github/workflows/main-latest.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/main-latest.yml b/.github/workflows/main-latest.yml index 13da119..36cdd6c 100644 --- a/.github/workflows/main-latest.yml +++ b/.github/workflows/main-latest.yml @@ -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: