Skip to content

Commit bbaa2b1

Browse files
Mikolajmergify[bot]
authored andcommitted
Make the new CI checks mandatory by naming them elsewhere so that GHA sees it
1 parent ee38045 commit bbaa2b1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/changelogs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Changelogs
1+
name: Assorted
22

33
on:
44
push:
@@ -21,6 +21,7 @@ defaults:
2121

2222
jobs:
2323
build:
24+
name: Changelogs
2425
runs-on: ubuntu-latest
2526

2627
steps:

.github/workflows/users-guide.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adapted from agda/agda/.github/workflows/user-manual.yml by Andreas, 2021-09-11
22

3-
name: Users guide
3+
name: Assorted
44

55
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
66
concurrency:
@@ -42,6 +42,7 @@ defaults:
4242

4343
jobs:
4444
build:
45+
name: Users guide
4546
runs-on: ubuntu-latest
4647
strategy:
4748
matrix:

.github/workflows/whitespace.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Whitespace
1+
name: Assorted
22

33
on:
44
push:
@@ -10,6 +10,7 @@ on:
1010
- created
1111
jobs:
1212
check:
13+
name: Whitespace
1314
runs-on: ubuntu-latest
1415

1516
env:

0 commit comments

Comments
 (0)