We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1865de commit a08422dCopy full SHA for a08422d
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
branches: [ "master" ]
11
12
concurrency:
13
- group: build-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ github.event_name }}
14
cancel-in-progress: true
15
16
jobs:
@@ -21,9 +21,7 @@ jobs:
21
22
build:
23
name: Build
24
- needs: [auto-sync]
25
runs-on: ubuntu-latest
26
- if: needs.auto-sync.result != 'failure' && (needs.auto-sync.outputs.commit_pushed != 'true')
27
steps:
28
- name: Checkout
29
uses: actions/checkout@v4
0 commit comments