Skip to content

Commit

Permalink
Fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Apr 7, 2024
1 parent ca31bf1 commit 86ad88c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

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

jobs:
Expand Down Expand Up @@ -39,9 +39,6 @@ jobs:
needs: [ vars ]
name: Run test
uses: ./.github/workflows/test.yaml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-build
cancel-in-progress: true

build-and-push:
needs: [ vars, test ]
Expand Down

0 comments on commit 86ad88c

Please sign in to comment.