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 1f114bb commit ec9498dCopy full SHA for ec9498d
.github/workflows/cli-tests.yaml
@@ -71,6 +71,7 @@ jobs:
71
- name: Publish to Cloudflare DNS
72
# comment out for testing
73
# if: github.event_name == 'schedule' && matrix.os == 'ubuntu-latest' # Only run on nightly builds for Ubuntu
74
+ if: matrix.os == 'ubuntu-latest'
75
env:
76
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
77
CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID: ${{ secrets.CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID }}
0 commit comments