Skip to content

Commit

Permalink
[ ci ] fix matching syrup's
Browse files Browse the repository at this point in the history
  • Loading branch information
gallais committed Sep 19, 2024
1 parent 662ff77 commit 9ccdb64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
name: Haskell-CI
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
Expand Down

0 comments on commit 9ccdb64

Please sign in to comment.