We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835399a commit db06010Copy full SHA for db06010
2 files changed
.github/workflows/conformance-label.yml
@@ -9,8 +9,8 @@ permissions:
9
contents: read
10
11
jobs:
12
- conformance-label-check:
13
- name: Conformance Label Check
+ Check:
+ name: Check
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout repository
.github/workflows/loom.yml
@@ -18,7 +18,7 @@ env:
18
19
20
Tests:
21
- name: "Loom Tests (flags: \"${{ matrix.flags }}\")"
+ name: "Tests (flags: \"${{ matrix.flags }}\")"
22
23
timeout-minutes: 60
24
strategy:
0 commit comments