diff options
Diffstat (limited to '.github/workflows/gerrit-opa-performance-test.yaml')
-rwxr-xr-x | .github/workflows/gerrit-opa-performance-test.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/gerrit-opa-performance-test.yaml b/.github/workflows/gerrit-opa-performance-test.yaml index a1dee63..b105f0b 100755 --- a/.github/workflows/gerrit-opa-performance-test.yaml +++ b/.github/workflows/gerrit-opa-performance-test.yaml @@ -63,9 +63,13 @@ on: # To guarantee Maintained check is occasionally updated. See # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained - # Run every Monday at 16:30 UTC + push: + branches: + - '**' + + # Run everyday at 16:30 UTC schedule: - - cron: '30 16 * * 1' + - cron: '30 16 * * *' jobs: run-s3p-tests: |