diff --git a/.github/workflows/build-board-list.yml b/.github/workflows/build-board-list.yml index cfe8b38c7173..9df75b12f75f 100644 --- a/.github/workflows/build-board-list.yml +++ b/.github/workflows/build-board-list.yml @@ -8,9 +8,8 @@ on: branches: [ main ] jobs: - - Run: - name: "Execute workflow" + update-board-list-dispatch: + name: Send dispatch if: ${{ github.repository_owner == 'Armbian' }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/build-train.yml b/.github/workflows/build-train.yml index 6f7723c0f4f0..0a5f18fb9458 100644 --- a/.github/workflows/build-train.yml +++ b/.github/workflows/build-train.yml @@ -9,9 +9,8 @@ on: - 'config/*.config' jobs: - - Run: - name: "Execute workflow" + build-train-dispatch: + name: Send dispatch if: ${{ github.repository_owner == 'Armbian' }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/pr-build-artifacts.yml b/.github/workflows/pr-build-artifacts.yml index c5f388c99f2b..98232cb51d4f 100644 --- a/.github/workflows/pr-build-artifacts.yml +++ b/.github/workflows/pr-build-artifacts.yml @@ -15,7 +15,7 @@ jobs: permissions: pull-requests: read - name: "Check if 'Build' label is active and user is authorized" + name: Check label and authorization if: contains(github.event.pull_request.labels.*.name, 'Build') runs-on: Linux outputs: @@ -33,7 +33,7 @@ jobs: Compile: needs: Check - name: "Update artifacts" + name: Generate artifacts concurrency: group: pipeline-pr-${{github.event.pull_request.number}} cancel-in-progress: true