Update audit.yml
This commit is contained in:
parent
862577db09
commit
1aacc0c1f6
6
.github/workflows/audit.yml
vendored
6
.github/workflows/audit.yml
vendored
@ -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 ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user