Skip to content

Commit

Permalink
Add testing onto zone file branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erinysong committed Feb 16, 2024
1 parent 32e3e17 commit b36d70d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-gov-zone-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- cron: "5 6 * * *"
pull_request:
push:
branches:
- es/107-zone-file-script

jobs:
update_zone_file:
Expand All @@ -16,7 +18,7 @@ jobs:
ICANN_USERNAME: ${{ secrets[env.ICANN_USERNAME] }}
ICANN_PASSWORD: ${{ secrets[env.ICANN_PASSWORD] }}
run: |
chmod +x ../scripts/download_zone_file.sh
../scripts/download_zone_file.sh
chmod +x ../../scripts/download_zone_file.sh
../../scripts/download_zone_file.sh
shell: sh

File renamed without changes.

0 comments on commit b36d70d

Please sign in to comment.