We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ee55c commit 9e24e76Copy full SHA for 9e24e76
.github/workflows/ci-test-official.yml
@@ -11,7 +11,7 @@ defaults:
11
12
jobs:
13
run_tests:
14
- name: "🛡️ ${{ matrix.name }}"
+ name: ${{ matrix.name }}
15
uses: "./.github/workflows/test.yml"
16
with:
17
name: ${{ matrix.name }}
.github/workflows/ci-test-unofficial.yml
@@ -9,7 +9,7 @@ defaults:
9
10
- name: "✨️ ${{ matrix.name }}"
0 commit comments