Skip to content

Add downtime for DENVER_INTERNET2_OSDF_CACHE due to 157 pod restarts #168

Add downtime for DENVER_INTERNET2_OSDF_CACHE due to 157 pod restarts

Add downtime for DENVER_INTERNET2_OSDF_CACHE due to 157 pod restarts #168

name: Check Project FOS Precision
on:
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
check:
name: Check
runs-on: ubuntu-latest
if: startsWith(github.repository, 'opensciencegrid/')
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9.15
cache: 'pip' # caching pip dependencies
- run: pip install -r ./.github/scripts/check_project_fos_precision/requirements.txt
- run: python ./.github/scripts/check_project_fos_precision/main.py