From 1aacc0c1f68ea7b46c44181ce58fd921062283f0 Mon Sep 17 00:00:00 2001 From: pj Date: Tue, 24 May 2022 16:45:11 +1000 Subject: [PATCH] Update audit.yml --- .github/workflows/audit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 026b372..0e54058 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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 ./... \ No newline at end of file + run: go test -v ./...