File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments