Skip to content

Commit 746b039

Browse files
authored
ci: include custard name in job names (#3999)
For discoverability, since these workflows create a variable number of jobs. And to help folks find docs by searching on the name.
1 parent 5989107 commit 746b039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yaml

+1-1
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: CI (experimental)
15+
name: custard CI (dev)
1616
on:
1717
push:
1818
branches:

.github/workflows/ci-prod.yaml

+1-1
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: CI
15+
name: custard CI
1616
on:
1717
push:
1818
branches:

0 commit comments

Comments
 (0)