Skip to content

Commit a4745ab

Browse files
authored
Update workflows with job names (#1178)
1 parent 261278c commit a4745ab

6 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/desktop_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'v*'
1010

1111
env:
12-
RELEASE_ALLOWED_OWNER: 1Blademaster
12+
RELEASE_ALLOWED_OWNER: FalconGCS
1313
RELEASE_ALLOWED_ACTOR: 1Blademaster
1414

1515
concurrency:

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on: workflow_dispatch # Only run manually
1717

1818
jobs:
1919
test:
20+
name: Run Playwright tests
2021
timeout-minutes: 60
2122
runs-on: ubuntu-latest
2223
defaults:

.github/workflows/python_code_quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22+
name: Run Python quality checks
2223
runs-on: ubuntu-latest
2324
steps:
2425
- uses: actions/checkout@v2

.github/workflows/python_tests_copter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22+
name: Run copter tests
2223
runs-on: ubuntu-latest
2324
services:
2425
service-name-1:

.github/workflows/python_tests_plane.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22+
name: Run plane tests
2223
runs-on: ubuntu-latest
2324
services:
2425
service-name-1:

.github/workflows/windows_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16+
name: Build Windows release
1617
runs-on: windows-latest
1718

1819
steps:

0 commit comments

Comments
 (0)