Skip to content

Commit

Permalink
ci: do not require non-concurrency (#367)
Browse files Browse the repository at this point in the history
* ci: run separate jobs for each docker platform

* ci: do not require non-concurrency

Makes it easier to parse which commits have failed or succeeded in the mainline history.
  • Loading branch information
MartinBernstorff authored Nov 6, 2023
1 parent 371e843 commit 142a811
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static_type_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: true
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
pytest:
runs-on: ubuntu-latest
permissions: write-all
concurrency:
group: "${{ github.workflow }} @ ${{ github.ref }}"
cancel-in-progress: true

steps:
- name: Checkout (GitHub)
Expand Down

0 comments on commit 142a811

Please sign in to comment.