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 ./...