Skip to content

Commit

Permalink
github/workflows: tune concurrency configuration
Browse files Browse the repository at this point in the history
The trick for cancel-in-progress doesn't work, so let's skip it. Also,
docker-tests isn't as slow anymore, so we can get rid of it.
  • Loading branch information
fsouza committed May 24, 2023
1 parent a4a2e7b commit b3bd412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main' }}

jobs:
test-dockerfile:
name: test-dockerfile
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'main' }}

jobs:
test:
strategy:
Expand Down

0 comments on commit b3bd412

Please sign in to comment.