Skip to content

Commit 946d1fe

Browse files
author
David Cavazos
committed
add experimental to check names
1 parent f533de7 commit 946d1fe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/custard-run-dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
head-sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
5151
config-file: .github/config/nodejs-dev.jsonc
5252
paths: ${{ (inputs.run-all && '.') || inputs.paths || '' }}
53+
check-name: Custard CI (dev / experimental)
5354
create-check-if: ${{ !!github.event.workflow_run }}
5455

5556
test:
@@ -72,7 +73,7 @@ jobs:
7273
id: queued
7374
with:
7475
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
75-
name: Custard CI / ${{ github.job }} (${{ matrix.path }})
76+
name: Custard CI (dev / experimental) / ${{ github.job }} (${{ matrix.path }})
7677
job-name: ${{ github.job }} (${{ matrix.path }})
7778
if: ${{ !!github.event.workflow_run }}
7879
- name: Setup Custard

.github/workflows/custard-run.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
head-sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
5151
config-file: .github/config/nodejs.jsonc
5252
paths: ${{ (inputs.run-all && '.') || inputs.paths || '' }}
53+
check-name: Custard CI (experimental)
5354
create-check-if: ${{ !!github.event.workflow_run }}
5455

5556
lint:
@@ -65,7 +66,7 @@ jobs:
6566
with:
6667
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
6768
status: in_progress
68-
name: Custard CI / ${{ github.job }}
69+
name: Custard CI (experimental) / ${{ github.job }}
6970
if: ${{ !!github.event.workflow_run }}
7071
- name: Checkout
7172
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -111,7 +112,7 @@ jobs:
111112
id: queued
112113
with:
113114
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
114-
name: Custard CI / ${{ github.job }} (${{ matrix.path }})
115+
name: Custard CI (experimental) / ${{ github.job }} (${{ matrix.path }})
115116
job-name: ${{ github.job }} (${{ matrix.path }})
116117
if: ${{ !!github.event.workflow_run }}
117118
- name: Setup Custard

0 commit comments

Comments
 (0)