Skip to content

Commit

Permalink
concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Oct 11, 2024
1 parent 013b6d1 commit 75243da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/update-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ on:
- add-workflow-update-specs

concurrency:
group: "push-to-main"
group: update-specs
cancel-in-progress: true

defaults:
run:
working-directory: packages/tasks

jobs:
version_and_release:
pull_request:
runs-on: ubuntu-latest
steps:
# Setup
- uses: actions/checkout@v3
# with:
# # Needed to create the pull request
# token: ${{ secrets.BOT_ACCESS_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: "20"
Expand Down

0 comments on commit 75243da

Please sign in to comment.