Skip to content

Commit 2e6f4dd

Browse files
authored
ci: disable scheduled build/push on forks
See nginx-proxy/nginx-proxy#2586
1 parent fe6fa9e commit 2e6f4dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
multiarch-build:
2323
name: Build and publish Docker image
2424
runs-on: ubuntu-latest
25+
if: (github.event_name == "schedule" && github.repository == "nginx-proxy/acme-companion") || (github.event_name != "schedule")
2526
steps:
2627
- name: Checkout
2728
uses: actions/checkout@v4

0 commit comments

Comments
 (0)