Skip to content

Commit 38801e5

Browse files
committed
PEER-234: Remove draft PR CI runs
Signed-off-by: SeeuSim <[email protected]>
1 parent b775ab2 commit 38801e5

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
@@ -183,7 +183,7 @@ jobs:
183183
cache-to: type=gha,mode=max
184184

185185
results:
186-
if: ${{ always() }}
186+
if: ${{ always() && !github.event.pull_request.draft }}
187187
runs-on: ubuntu-latest
188188
name: Final Results
189189
needs: build-and-push-image

0 commit comments

Comments
 (0)