We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617ce51 commit 1cfc4ddCopy full SHA for 1cfc4dd
.github/workflows/docker.yaml
@@ -84,7 +84,7 @@ jobs:
84
desktop-nvidia.cache-to=type=gha,mode=max,scope=desktop-nvidia
85
86
# Pull request builds are not cached; and only built for AMD64
87
- - if: github.event_name == 'pull_request'
+ - if: (github.event_name == 'pull_request') || (workflow_dispath)
88
name: Build and push (PR)
89
uses: docker/[email protected]
90
with:
0 commit comments