Skip to content

Commit 9b7be45

Browse files
committed
Attempt to allow manual triggering of builds
1 parent 4fb87d7 commit 9b7be45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
desktop-nvidia.cache-to=type=gha,mode=max,scope=desktop-nvidia
8585
8686
# Pull request builds are not cached; and only built for AMD64
87-
- if: github.event_name == 'pull_request'
87+
- if: (github.event_name == 'pull_request') || (workflow_dispath)
8888
name: Build and push (PR)
8989
uses: docker/bake-action@v5.5.0
9090
with:

0 commit comments

Comments
 (0)