Skip to content
Snippets Groups Projects
Commit bbaa2b10 authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by Mergify
Browse files

Make the new CI checks mandatory by naming them elsewhere so that GHA sees it

parent ee38045d
No related branches found
No related tags found
No related merge requests found
name: Changelogs
name: Assorted
on:
push:
......@@ -21,6 +21,7 @@ defaults:
jobs:
build:
name: Changelogs
runs-on: ubuntu-latest
steps:
......
# 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:
......@@ -42,6 +42,7 @@ defaults:
jobs:
build:
name: Users guide
runs-on: ubuntu-latest
strategy:
matrix:
......
name: Whitespace
name: Assorted
on:
push:
......@@ -10,6 +10,7 @@ on:
- created
jobs:
check:
name: Whitespace
runs-on: ubuntu-latest
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment