Skip to content

Commit d8cca77

Browse files
author
David Cavazos
committed
rename summary to Custard CI / test
1 parent 25f65d7 commit d8cca77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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: (dev) Custard CI
55+
check-name: (dev) Custard CI / tests
5656
create-check-if: ${{ !!github.event.workflow_run }}
5757

5858
test:

.github/workflows/custard-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
head-sha: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
5858
config-file: .github/config/nodejs.jsonc
5959
paths: ${{ (inputs.run-all && '.') || inputs.paths || '' }}
60-
check-name: Custard CI
60+
check-name: Custard CI / tests
6161
create-check-if: ${{ !!github.event.workflow_run }}
6262

6363
lint:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This means you'll sometimes see some new experimental tests, you can generally i
8787
Or two versions of one test running while we make sure the new version works well.
8888

8989
Here's a list of which tests are required and which ones you can ignore.
90-
* `Custard CI`: (**required**) this is the main status of the tests
90+
* `Custard CI / tests`: (**required**) this succeeds until all tests have finished
9191
* `Custard CI / lint`: (**required**) runs only for affected packages
9292
* `Custard CI / test (package)`: (**required**) runs only for affected packages
9393
* `(dev) Custard CI / test (package)`: (_ignore_) this test has errors we're working on

0 commit comments

Comments
 (0)