Skip to content

Commit

Permalink
build: remove workflow concurrency limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D committed Jan 23, 2024
1 parent ee40acd commit 6442774
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Copy Staging to Production
on:
workflow_dispatch:
concurrency:
group: production
cancel-in-progress: true
jobs:
deploy-to-production:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- '**/README.md'
- '.github/workflows/production.yml'
workflow_dispatch:
concurrency:
group: staging
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6442774

Please sign in to comment.