Skip to content

Commit 900761e

Browse files
committed
Update comments
1 parent 309dc37 commit 900761e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/standalone_push_changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
push:
3939

4040
# Define a display name:
41-
name: 'Push Changes to Standalone Packages'
41+
name: 'Push changes'
4242

4343
# Define the type of virtual host machine:
4444
runs-on: ubuntu-latest
@@ -73,14 +73,14 @@ jobs:
7373
make install-node-modules || make install-node-modules || make install-node-modules
7474
timeout-minutes: 15
7575

76-
# Retrieve list of changed stdlib packages in a push or pull request:
76+
# Retrieve list of changed packages:
7777
- name: 'Find changed packages'
7878
id: 'changed_packages'
7979
uses: stdlib-js/changed-packages-action@v1
8080
with:
8181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8282

83-
# Push changes to the packages' repositories:
83+
# Push changes to the package repositories:
8484
- name: 'Push changes'
8585
if: ${{ steps.changed_packages.outputs.packages != '[]' }}
8686
env:

.github/workflows/standalone_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
trigger:
4141

4242
# Define a display name:
43-
name: 'Trigger Tests'
43+
name: 'Trigger tests'
4444

4545
# Define the type of virtual host machine:
4646
runs-on: ubuntu-latest

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
update-contributors:
3838

3939
# Define a display name:
40-
name: 'Update Contributors List'
40+
name: 'Update contributors list'
4141

4242
# Only run this job if the pull request was merged (or the job was triggered manually):
4343
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)