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 66e4960 commit 61884f5Copy full SHA for 61884f5
.github/workflows/changelogs.yml
@@ -1,4 +1,4 @@
1
-name: Changelogs
+name: Assorted
2
3
on:
4
push:
@@ -21,6 +21,7 @@ defaults:
21
22
jobs:
23
build:
24
+ name: Changelogs
25
runs-on: ubuntu-latest
26
27
steps:
.github/workflows/users-guide.yml
@@ -1,6 +1,6 @@
# Adapted from agda/agda/.github/workflows/user-manual.yml by Andreas, 2021-09-11
-name: Users guide
5
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
6
concurrency:
@@ -42,6 +42,7 @@ defaults:
42
43
44
45
+ name: Users guide
46
47
strategy:
48
matrix:
0 commit comments