diff options
author | srinivasyanamadala <srinivas.yanamadala@techmahindra.com> | 2025-01-09 08:22:48 +0100 |
---|---|---|
committer | srinivasyanamadala <srinivas.yanamadala@techmahindra.com> | 2025-01-09 15:58:15 +0100 |
commit | 479b9d554a566a62ccdf8e4e98b758c62d18eca9 (patch) | |
tree | 5c3605b8a9a188ab7e59711115749bb6d6426d72 /.github/workflows/gerrit-opa-performance-test.yaml | |
parent | 29b8ea826337f8132023b1d0c9ea60b62512fa61 (diff) |
Changes for scheduling performance and stability tests
Issue-ID: POLICY-5215
Change-Id: Idbb5e97305f958d711a77ad4c6b8e3f0836ad080
Signed-off-by: srinivasyanamadala <srinivas.yanamadala@techmahindra.com>
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: |