Skip to content

Commit

Permalink
Remove github action workflow concurrency check (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan6181 authored Jun 6, 2023
1 parent 2a6cc11 commit 8e16aa9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
- main
- release/*
workflow_dispatch: {}
# Cancel old runs when a new commit is pushed to the same branch if not on main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
streaming-Pip-Install:
timeout-minutes: 10
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- release/*
workflow_call:
workflow_dispatch: {}
# Cancel old runs when a new commit is pushed to the same branch if not on main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
defaults:
run:
working-directory: .
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- release/*
workflow_call:
workflow_dispatch: {}
# Cancel old runs when a new commit is pushed to the same branch if not on main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
pytest:
timeout-minutes: 30
Expand Down

0 comments on commit 8e16aa9

Please sign in to comment.