Skip to content

Commit 8442070

Browse files
committed
Nope, that's not it.
1 parent 1cfc4dd commit 8442070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

+1-1
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') || (workflow_dispath)
87+
- if: github.event_name == 'pull_request'
8888
name: Build and push (PR)
8989
uses: docker/[email protected]
9090
with:

0 commit comments

Comments
 (0)