mirror of
https://github.com/armbian/gitutils.git
synced 2026-01-06 10:36:09 -08:00
Update main-latest.yml
This commit is contained in:
15
.github/workflows/main-latest.yml
vendored
15
.github/workflows/main-latest.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user