We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfc4dd commit 8442070Copy full SHA for 8442070
.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') || (workflow_dispath)
+ - if: github.event_name == 'pull_request'
88
name: Build and push (PR)
89
uses: docker/[email protected]
90
with:
0 commit comments