Update audit.yml

This commit is contained in:
pj 2022-05-24 16:45:11 +10:00 committed by GitHub
parent 862577db09
commit 1aacc0c1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Audit
name: GoogleDOMCheck
on:
push:
@ -6,7 +6,7 @@ on:
pull_request:
branches: [master]
schedule:
- cron: '55 * * * *'
- cron: '0 0,12 * * *'
jobs:
@ -25,4 +25,4 @@ jobs:
run: go build -v ./...
- name: Test
run: go test -v ./...
run: go test -v ./...