Skip to content

Commit

Permalink
actions: Small naming changes for some steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulRhino authored and igorpecovnik committed Jul 11, 2024
1 parent 3fff477 commit 2a27fdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-board-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2a27fdd

Please sign in to comment.