Skip to content

Commit 4e9664b

Browse files
author
David Cavazos
committed
remove experimental
1 parent 76955c3 commit 4e9664b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
head-sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
5353
config-file: .github/config/nodejs-dev.jsonc
5454
paths: ${{ (inputs.run-all && '.') || inputs.paths || '' }}
55-
check-name: (experimental / dev) Custard CI
55+
check-name: (dev) Custard CI
5656
create-check-if: ${{ !!github.event.workflow_run }}
5757

5858
test:
@@ -77,7 +77,7 @@ jobs:
7777
id: queued
7878
with:
7979
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
80-
name: (experimental / dev) Custard CI / ${{ github.job }} (${{ matrix.path }})
80+
name: (dev) Custard CI / ${{ github.job }} (${{ matrix.path }})
8181
job-name: ${{ github.job }} (${{ matrix.path }})
8282
if: ${{ !!github.event.workflow_run }}
8383
- name: Checkout

0 commit comments

Comments
 (0)