Actions bugfix (#3397)

This commit is contained in:
Igor Pečovnik 2022-01-12 09:33:35 +01:00 committed by GitHub
parent ea5bfeff0a
commit b5de98aa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View File

@ -5,12 +5,26 @@ on:
jobs:
fake:
runs-on: small
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
Bump:
needs: [ fake ]
if: github.repository_owner == 'Armbian'
uses: armbian/scripts/.github/workflows/maintain-runners.yml@master
with:
checking: false
checking: true
secrets:
KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }}

View File

@ -67,7 +67,6 @@ rock-3a legacy jammy cli
# Raspberry Pi4
rpi4b edge bullseye cli beta yes
rpi4b edge focal cli beta yes
rpi4b edge jammy cli beta yes
@ -87,4 +86,4 @@ uefi-arm64 edge jammy cli
# Virtual qemu
virtual-qemu current focal cli beta yes
virtual-qemu current bullseye cli beta yes
virtual-qemu current jammy cli beta yes
virtual-qemu current jammy cli beta yes