Skip to content

Commit

Permalink
Make the new CI checks mandatory by naming them elsewhere so that GHA…
Browse files Browse the repository at this point in the history
… sees it
  • Loading branch information
Mikolaj authored and mergify[bot] committed Sep 30, 2022
1 parent ee38045 commit bbaa2b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelogs
name: Assorted

on:
push:
Expand All @@ -21,6 +21,7 @@ defaults:

jobs:
build:
name: Changelogs
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/users-guide.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adapted from agda/agda/.github/workflows/user-manual.yml by Andreas, 2021-09-11

name: Users guide
name: Assorted

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

jobs:
build:
name: Users guide
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/whitespace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Whitespace
name: Assorted

on:
push:
Expand All @@ -10,6 +10,7 @@ on:
- created
jobs:
check:
name: Whitespace
runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit bbaa2b1

Please sign in to comment.