Skip to content

Commit

Permalink
Merge branch 'main' into try_actions_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 authored Nov 30, 2023
2 parents a84294f + e179b07 commit 0ba5ab6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- '**'
pull_request:

concurrency:
# cancel previous runs of the same workflow for the same PR when new commits are pushed
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
NUMBA_NUM_THREADS: 1
Expand All @@ -32,6 +36,7 @@ jobs:


tests:
timeout-minutes: 60
strategy:
matrix:
include:
Expand Down

0 comments on commit 0ba5ab6

Please sign in to comment.