mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
actions: Small naming changes for some steps
This commit is contained in:
5
.github/workflows/build-board-list.yml
vendored
5
.github/workflows/build-board-list.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/workflows/build-train.yml
vendored
5
.github/workflows/build-train.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/pr-build-artifacts.yml
vendored
4
.github/workflows/pr-build-artifacts.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user