Validate StashCache configs #379
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate StashCache configs | |
on: | |
schedule: | |
# Run daily | |
- cron: '0 0 * * *' | |
jobs: | |
validate-caches: | |
name: Validate Topology caches | |
if: startsWith(github.repository, 'opensciencegrid/') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: 3.9.15 | |
- name: Compare StashCache config lists | |
run: | | |
./src/tests/diff_cache_configs.py |