Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Mar 4, 2024
1 parent 5bd815f commit 7e9c9d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

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

jobs:
Expand All @@ -17,9 +17,5 @@ jobs:
run: echo tests

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

uses: ./.github/workflows/deploy.yml

0 comments on commit 7e9c9d1

Please sign in to comment.