Run changes checking workflow with reference parameter (#3664)

This commit is contained in:
Igor Pečovnik 2022-04-11 17:47:20 +02:00 committed by GitHub
parent f2483323bf
commit 19ca6f1f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,10 @@ jobs:
if: ${{ success() && github.repository_owner == 'Armbian' }}
uses: armbian/scripts/.github/workflows/check-for-changes.yml@master
with:
reference: ${{ github.event.pull_request.head.sha }}
runner: small
Build:
needs: Check
if: ${{ success() && github.repository_owner == 'Armbian' }}

View File

@ -54,6 +54,10 @@ jobs:
if: ${{ success() && github.repository_owner == 'Armbian' }}
uses: armbian/scripts/.github/workflows/check-for-changes.yml@master
with:
reference: nightly
runner: small
##########################################################################################
# #
# Build changed kernel packages #