Skip to content

Commit 6125a21

Browse files
committed
Disable builds for feedback branch
Signed-off-by: SeeuSim <[email protected]>
1 parent 1dc9110 commit 6125a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
changes:
23-
if: ${{ !github.event.pull_request.draft && !contains(github.ref, 'feedback') }}
23+
if: ${{ !github.event.pull_request.draft && github.event.pull_request.title != 'Feedback' }}
2424
runs-on: ubuntu-latest
2525
# Required permissions
2626
permissions:

0 commit comments

Comments
 (0)