actions: Small naming changes for some steps

This commit is contained in:
ColorfulRhino
2024-07-10 00:36:22 +02:00
committed by Igor
parent 3fff477855
commit 2a27fdd4d0
3 changed files with 6 additions and 8 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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