Skip to content

Commit a08422d

Browse files
committed
fix
1 parent d1865de commit a08422d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ "master" ]
1111

1212
concurrency:
13-
group: build-${{ github.event.pull_request.number || github.ref }}
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ github.event_name }}
1414
cancel-in-progress: true
1515

1616
jobs:
@@ -21,9 +21,7 @@ jobs:
2121

2222
build:
2323
name: Build
24-
needs: [auto-sync]
2524
runs-on: ubuntu-latest
26-
if: needs.auto-sync.result != 'failure' && (needs.auto-sync.outputs.commit_pushed != 'true')
2725
steps:
2826
- name: Checkout
2927
uses: actions/checkout@v4

0 commit comments

Comments
 (0)