Skip to content

Commit

Permalink
ENH: set concurrency cancellation on Julia job
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 15, 2023
1 parent 28ca786 commit b04e382
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/julia.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Julia

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

env:
JULIA_CI: "true"

name: Julia

on:
push:
branches:
Expand Down

0 comments on commit b04e382

Please sign in to comment.