Skip to content

Commit

Permalink
tmp: remove cancel
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jun 25, 2023
1 parent 814d33b commit b9b3aec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
- master
- stable*

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

env:
APP_NAME: text
CYPRESS_baseUrl: http://localhost:8081/index.php
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ on:
permissions:
contents: read

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

jobs:
phpunit-mysql:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ on:
permissions:
contents: read

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

jobs:
phpunit-oci:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b9b3aec

Please sign in to comment.