Skip to content

Commit

Permalink
fix: Remove concurrency settings for pull requests in test-build-only…
Browse files Browse the repository at this point in the history
… workflow.

The concurrency settings were causing issues with pull requests, so they have been removed in order to ensure smoother workflow execution for pull requests.
  • Loading branch information
takanotume24 committed Nov 8, 2024
1 parent 0e8ab33 commit 3a5931c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ on:
push:
branches-ignore:
- release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

pull_request:

jobs:
test-tauri:
strategy:
Expand Down

0 comments on commit 3a5931c

Please sign in to comment.