Skip to content

Commit

Permalink
fix(workflows): remove concurrency lock as it is already managed in r…
Browse files Browse the repository at this point in the history
…eusable workflow
  • Loading branch information
Swelio committed Nov 2, 2024
1 parent 6000219 commit f626d35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
schedule:
- cron: '59 23 * * FRI'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
pre-build:
uses: Swelio/continuous-integration/.github/workflows/devcontainer-prebuild.yaml@main

0 comments on commit f626d35

Please sign in to comment.