Skip to content

Commit

Permalink
May be a (delayed) lock on mid, might fix the issue. Presuming that i…
Browse files Browse the repository at this point in the history
…t is some race condition.
  • Loading branch information
mihxil committed Nov 29, 2024
1 parent 4061f8f commit aec6154
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
skipTests: false


jobs:
build:
strategy:
matrix:
Expand All @@ -32,10 +32,9 @@ env:
java: 17
target: 'deploy'

permissions:
checks: write
pull-requests: write
jobs:
permissions:
checks: write
pull-requests: write
runs-on: ${{ matrix.os }}
steps:
- name: Cancel previous Action
Expand Down

0 comments on commit aec6154

Please sign in to comment.