Skip to content

Commit 61884f5

Browse files
Mikolajulysses4ever
authored andcommitted
Make the new CI checks mandatory by naming them elsewhere so that GHA sees it
(cherry picked from commit bbaa2b1) # Conflicts: # .github/workflows/whitespace.yml
1 parent 66e4960 commit 61884f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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:

0 commit comments

Comments
 (0)