Skip to content

Commit ba46775

Browse files
author
David Cavazos
committed
move experimental as a prefix
1 parent 67930c2 commit ba46775

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Custard run (dev / experimental)
15+
name: (experimental / dev) Custard run
1616

1717
on:
1818
push:
@@ -50,7 +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)
53+
check-name: (experimental / dev) Custard CI
5454
create-check-if: ${{ !!github.event.workflow_run }}
5555

5656
test:
@@ -74,7 +74,7 @@ jobs:
7474
id: queued
7575
with:
7676
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
77-
name: Custard CI (dev / experimental) / ${{ github.job }} (${{ matrix.path }})
77+
name: (experimental / dev) Custard CI / ${{ github.job }} (${{ matrix.path }})
7878
job-name: ${{ github.job }} (${{ matrix.path }})
7979
if: ${{ !!github.event.workflow_run }}
8080
- name: Setup Custard

.github/workflows/custard-run.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
name: Custard run (experimental)
15+
name: (experimental) Custard run
1616

1717
on:
1818
push:
@@ -50,7 +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)
53+
check-name: (experimental) Custard CI
5454
create-check-if: ${{ !!github.event.workflow_run }}
5555

5656
lint:
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
6868
status: in_progress
69-
name: Custard CI (experimental) / ${{ github.job }}
69+
name: (experimental) Custard CI / ${{ github.job }}
7070
if: ${{ !!github.event.workflow_run }}
7171
- name: Checkout
7272
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -113,7 +113,7 @@ jobs:
113113
id: queued
114114
with:
115115
sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
116-
name: Custard CI (experimental) / ${{ github.job }} (${{ matrix.path }})
116+
name: (experimental) Custard CI / ${{ github.job }} (${{ matrix.path }})
117117
job-name: ${{ github.job }} (${{ matrix.path }})
118118
if: ${{ !!github.event.workflow_run }}
119119
- name: Setup Custard

0 commit comments

Comments
 (0)