Skip to content

Commit

Permalink
remove concurrency (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Apr 3, 2023
1 parent 5d2477b commit 5dab4ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ name: ci-manifest
on:
workflow_call:

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

jobs:
manifest:
name: "check-manifest"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,8 @@ name: Refresh Lockfiles


on:
workflow_dispatch:
workflow_call:

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

jobs:
get_python_matrix:
# Determines which Python versions should be included in the matrix used in
Expand Down

0 comments on commit 5dab4ae

Please sign in to comment.