We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd71e09 commit 233e448Copy full SHA for 233e448
.github/workflows/build-artisan-binary.yml
@@ -1,4 +1,4 @@
1
-name: "[artisan] - standalone"
+name: "[artisan] standalone"
2
3
on:
4
push:
.github/workflows/build.yml
-name: Build
+name: "[all] build"
.github/workflows/deploy-docs.yml
-name: Docs
+name: "[docs] update"
.github/workflows/lint.yml
-name: Lint
+name: "[all] lint"
.github/workflows/test.yml
-name: Test
+name: "[all] test"
0 commit comments