Skip to content

Commit 2460f63

Browse files
committed
Uncomment if statement
1 parent ec9498d commit 2460f63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cli-tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
retention-days: 7
7171
- name: Publish to Cloudflare DNS
7272
# 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'
73+
if: github.event_name == 'schedule' && matrix.os == 'ubuntu-latest' # Only run on nightly builds for Ubuntu
7574
env:
7675
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
7776
CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID: ${{ secrets.CLOUDFLARE_DEV_JETIFY_COM_ZONE_ID }}

0 commit comments

Comments
 (0)