Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit b4846a2

Browse files
authored
Update main-latest.yml
1 parent 912e091 commit b4846a2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main-latest.yml

+15
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,26 @@ on:
99

1010
jobs:
1111

12+
fake:
13+
if: ${{ github.repository_owner == 'Armbian' }}
14+
runs-on: ubuntu-latest
15+
name: Generate control artefact
16+
steps:
17+
18+
- run: |
19+
echo "not empty" > changes
20+
21+
- uses: actions/upload-artifact@v3
22+
with:
23+
path: changes
24+
name: changes
25+
if-no-files-found: ignore
1226

1327
git-trees:
1428

1529
if: ${{ github.repository_owner == 'Armbian' }}
1630
runs-on: ubuntu-latest
31+
needs: [ fake ]
1732
name: "GIT tree"
1833
steps:
1934

0 commit comments

Comments
 (0)