Update get-roots.yml

This commit is contained in:
Jay Lee
2022-08-31 08:15:38 -04:00
committed by GitHub
parent 8f0ea2f6a5
commit 1b3663d60c

View File

@@ -2,10 +2,15 @@ name: Check for Google Root CA Updates
on:
push:
branches: [ master ]
pull_request:
schedule:
- cron: '23 23 * * *'
defaults:
run:
shell: bash
working-directory: src
jobs:
check-apis:
runs-on: ubuntu-latest