We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9498d commit 2460f63Copy full SHA for 2460f63
.github/workflows/cli-tests.yaml
@@ -70,8 +70,7 @@ jobs:
70
retention-days: 7
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'
+ if: github.event_name == 'schedule' && matrix.os == 'ubuntu-latest' # Only run on nightly builds for Ubuntu
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