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