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 e1548d0 commit 180e5d5Copy full SHA for 180e5d5
.github/workflows/build-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
base: [alpine, debian]
27
runs-on: ubuntu-latest
28
-
+ if: (github.event_name == "schedule" && github.repository == "nginx-proxy/docker-gen") || (github.event_name != "schedule")
29
steps:
30
- name: Checkout
31
uses: actions/checkout@v4
0 commit comments