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.
2 parents 6ee8a44 + d648750 commit 6b03b69Copy full SHA for 6b03b69
.github/workflows/dns-preview.yml
@@ -10,6 +10,8 @@ permissions: {}
10
11
jobs:
12
dnscontrol:
13
+ # only run for local branches
14
+ if: github.event.pull_request.head.repo.full_name == github.repository
15
runs-on: ubuntu-latest
16
strategy:
17
fail-fast: false
@@ -19,7 +21,6 @@ jobs:
19
21
persist-credentials: false
20
22
- uses: cachix/install-nix-action@d1ca217b388ee87b2507a9a93bf01368bde7cec2 # v31
23
- name: dnscontrol preview
- if: github.repository == 'nixos/infra'
24
env:
25
NETLIFY_TOKEN: "${{ secrets.NETLIFY_TOKEN }}"
26
working-directory: ./dns/
0 commit comments