Skip to content

Commit

Permalink
Disable joint concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jul 17, 2024
1 parent f3eac43 commit c5dabc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cuda-b2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
- develop
- feature/**

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
GIT_FETCH_JOBS: 8
NET_RETRY_COUNT: 5
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
release:
types: [published, created, edited]

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
posix-cmake-test:
strategy:
Expand Down

0 comments on commit c5dabc6

Please sign in to comment.