Files
offline_kubespray/collection/community/dns/.github/workflows/check-psl.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

18 lines
413 B
YAML

name: Check for Public Suffix List updates
on:
# Run CI once per day (at 04:30 UTC)
schedule:
- cron: '30 4 * * *'
workflow_dispatch:
jobs:
update_check:
name: Check for Public Suffix List updates
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Update PSL (returns exit code 1 if something changed)
run: ./update-psl.sh