Skip to content

Commit

Permalink
remove concurrency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Sep 29, 2023
1 parent 5c8d431 commit 6d9d992
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ env:
ccache --set-config=compression=true
USE_DEVICE_TREZOR_MANDATORY: ON

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

jobs:
build-macos:
runs-on: macOS-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ env:
ccache --set-config=compression=true
USE_DEVICE_TREZOR_MANDATORY: ON

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

jobs:
build-cross:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6d9d992

Please sign in to comment.