Skip to content

Commit

Permalink
Remove concurrency options
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Oct 22, 2023
1 parent 26ed80c commit 4b62817
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: CI

on: push

concurrency:
group: 'ci'
cancel-in-progress: true

jobs:
lintfix:
name: Lint and fix
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
concurrency:
group: 'e2e-tests'
cancel-in-progress: true
steps:
- name: 🚀 Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 4b62817

Please sign in to comment.