Skip to content

Commit

Permalink
github action tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Feb 26, 2024
1 parent 28053d1 commit 4439ef6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# modified from https://github.com/jgm/pandoc/blob/master/.github/workflows/ci.yml
name: Haskell library and example

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches:
Expand Down

0 comments on commit 4439ef6

Please sign in to comment.