Update cache-ccdb-objects.txt (#1265) #10
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
--- | |
# Check commits and incoming PRs that change the file declaring CCDB URLs to | |
# cache on CVMFS. | |
name: Check CCDB cache file | |
'on': | |
push: | |
paths: | |
- publish/cache-ccdb-objects.txt | |
pull_request: | |
paths: | |
- publish/cache-ccdb-objects.txt | |
types: | |
- opened | |
- reopened | |
- edited | |
- ready_for_review | |
- synchronize | |
permissions: {} | |
jobs: | |
urls: | |
name: CCDB URLs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install prerequisites | |
run: python3 -m pip install requests | |
- name: Check CCDB URLs | |
run: publish/cache-ccdb.py --test-urls publish/cache-ccdb-objects.txt |