mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update get-roots.yml
This commit is contained in:
7
.github/workflows/get-roots.yml
vendored
7
.github/workflows/get-roots.yml
vendored
@@ -2,10 +2,15 @@ name: Check for Google Root CA Updates
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '23 23 * * *'
|
- cron: '23 23 * * *'
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
working-directory: src
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-apis:
|
check-apis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user