Skip to content

Commit dd047b4

Browse files
authored
disable docker CI on pull requests (#8110)
1 parent 925c309 commit dd047b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name: Publish Docker image
1111

1212
on:
13-
pull_request:
13+
#pull_request:
1414
push:
1515
branches:
1616
- master
@@ -22,7 +22,7 @@ concurrency:
2222
jobs:
2323
push_to_registry:
2424
name: Push Docker image to Docker Hub
25-
if: github.event.pull_request.draft == false
25+
#if: github.event.pull_request.draft == false
2626

2727
runs-on: ubuntu-latest
2828
env:

0 commit comments

Comments
 (0)