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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -6,7 +6,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 * * * *'
|
- cron: '0 0,12 * * *'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user