Skip to content

Commit 3a04675

Browse files
committed
execute docker workflow only on explicit dispatch
Signed-off-by: Mic Bowman <[email protected]>
1 parent 832f89f commit 3a04675

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/docker.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ name: Build and Push PDO Docker Images
77
on:
88
workflow_dispatch:
99

10-
pull_request:
11-
types: [closed]
12-
branches: [main]
10+
# pull_request:
11+
# types: [closed]
12+
# branches: [main]
1313

1414
jobs:
1515

1616
docker_build:
1717

18-
if: >
19-
github.event.name == 'workflow_dispatch' ||
20-
github.event.name == 'pull_request' && github.event.pull_request.merged == true
18+
# if: >
19+
# github.event.name == 'workflow_dispatch' ||
20+
# github.event.name == 'pull_request' && github.event.pull_request.merged == true
2121
name: Build PDO Images
2222
runs-on: ubuntu-22.04
2323

0 commit comments

Comments
 (0)