Skip to content

Commit a366666

Browse files
committed
chore(ci): remove dynamically named ci so we can require it for pull requests
1 parent 698b995 commit a366666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
outputs:
6565
head-sha: ${{ steps.set-SHAs.outputs.head }}
6666
base-sha: ${{ steps.set-SHAs.outputs.base }}
67-
name: Build ${{ inputs.ref }} on ${{ matrix.system }} node v${{ matrix.node-version }}
67+
name: Build (${{ matrix.system }}, ${{ matrix.node-version }})
6868
steps:
6969
- name: Check out code
7070
uses: actions/checkout@v4

.github/workflows/compare-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
token: ${{ secrets.GITHUB_TOKEN }}
9696

9797
fetch-build-artifacts:
98-
name: Fetch & validate build artifacts for ${{ matrix.branch }}
98+
name: Fetch & validate build artifacts
9999
strategy:
100100
matrix:
101101
branch:

0 commit comments

Comments
 (0)