mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Merge pull request #2805 from lanefu/CI-tweaks
limit ci builds to armbian org
This commit is contained in:
@@ -7,6 +7,7 @@ jobs:
|
||||
build:
|
||||
name: latest
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Login to DockerHub Registry
|
||||
|
||||
1
.github/workflows/cron-beta-repository.yaml
vendored
1
.github/workflows/cron-beta-repository.yaml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: [runner2]
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
- name: Run script
|
||||
shell: bash {0}
|
||||
|
||||
2
.github/workflows/testpr.yml
vendored
2
.github/workflows/testpr.yml
vendored
@@ -6,6 +6,7 @@ jobs:
|
||||
shellcheck:
|
||||
name: shellcheck
|
||||
runs-on: ubuntu-20.04
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
@@ -23,6 +24,7 @@ jobs:
|
||||
name: Compile changed kernel
|
||||
# This job runs on self hosted Linux machine, with public label
|
||||
runs-on: [self-hosted, public, x64]
|
||||
if: ${{ github.repository_owner == 'Armbian' }}
|
||||
steps:
|
||||
# - uses: rokroskar/workflow-run-cleanup-action@v0.2.2
|
||||
# env:
|
||||
|
||||
Reference in New Issue
Block a user