Skip to content
Snippets Groups Projects
Commit 7c721876 authored by Javier Neira 's avatar Javier Neira Committed by mergify-bot
Browse files

Cancel ongoing workflows

parent 38b67295
No related branches found
No related tags found
No related merge requests found
name: Bootstrap
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
......
name: Linux
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
......@@ -123,7 +128,7 @@ jobs:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
id: setup-haskell
id: setup-haskell-extra
with:
ghc-version: ${{ matrix.extra-ghc }}
cabal-version: latest # default, keeping for visibility
......
name: MacOS
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
......@@ -111,4 +116,3 @@ jobs:
- name: Validate cli-suite
if: matrix.cli == true
run: sh validate.sh -j 2 -w ghc-${{ matrix.ghc }} -v ${{ matrix.flags }} -s cli-suite
name: Quick jobs
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
......
......@@ -2,6 +2,11 @@
name: Users guide
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
......
name: Windows
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true
on:
push:
branches:
......
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