Skip to content

Commit

Permalink
fix(ci): github action deadlock in merge_group (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored May 28, 2024
1 parent d7beea0 commit f95ed2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gradle-run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on: [ workflow_call ]
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true

jobs:
ui-tests:
runs-on: buildjet-8vcpu-ubuntu-2204
Expand Down

0 comments on commit f95ed2b

Please sign in to comment.