Skip to content

Commit 7f6da36

Browse files
committed
Set display names and add comments
1 parent e997b07 commit 7f6da36

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/standalone_publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,19 @@ name: standalone_publish
2323
on:
2424
push:
2525
tags: v[0-9]+.[0-9]+.[0-9]+
26+
27+
# Allow the workflow to be manually run:
2628
workflow_dispatch:
2729

2830
# Workflow jobs:
2931
jobs:
32+
33+
# Define a job for publishing standalone packages...
3034
publish:
35+
36+
# Define a display name:
37+
name: "Publish"
38+
3139
# Define the type of virtual host machine:
3240
runs-on: ubuntu-latest
3341

.github/workflows/standalone_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,18 @@ name: standalone_test
2121

2222
# Workflow triggers:
2323
on:
24+
# Allow the workflow to be manually run:
2425
workflow_dispatch:
2526

2627
# Workflow jobs:
2728
jobs:
29+
30+
# Define a job for triggering test workflows for standalone packages...
2831
trigger:
32+
33+
# Define a display name:
34+
name: "Trigger Tests"
35+
2936
# Define the type of virtual host machine:
3037
runs-on: ubuntu-latest
3138

0 commit comments

Comments
 (0)