We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524694d commit eb5662fCopy full SHA for eb5662f
.github/workflows/build-and-publish-docker-image.yml
@@ -55,6 +55,8 @@ jobs:
55
REPO_DIR: "/srv/repo"
56
# Fix man pages that are disabled by Ubuntu 18 minimal base image
57
# APPENDIX_FILE: "appendix"
58
+ # Skip pushing for PRs:
59
+ NO_PUSH: "${{ github.event_name == 'pull_request' }}"
60
61
# Lets us monitor disks getting full as images get bigger over time
62
- name: "Show how much disk space is left"
0 commit comments