1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-23 07:51:56 +00:00

ci: disable scheduled build/push on forks

This commit is contained in:
Nicolas Duchon
2025-02-22 14:28:06 +01:00
committed by GitHub
parent 04797a52e1
commit 82eec358bf

View File

@@ -25,6 +25,7 @@ jobs:
matrix: matrix:
base: [alpine, debian] base: [alpine, debian]
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: (github.event_name == "schedule" && github.repository == "nginx-proxy/nginx-proxy") || (github.event_name != "schedule")
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4