From 0dd8a1d72dc42c444a447a00f1322f9138f5db73 Mon Sep 17 00:00:00 2001 From: Tapasvi Patel Date: Fri, 17 May 2024 01:09:20 +0000 Subject: [PATCH] #8558: Enable forced ci runs --- .github/workflows/t3000-demo-tests.yaml | 3 +++ .github/workflows/t3000-frequent-tests.yaml | 3 +++ .github/workflows/t3000-model-perf-tests.yaml | 3 +++ .github/workflows/t3000-profiler-tests.yaml | 3 +++ .github/workflows/t3000-unit-tests.yaml | 3 +++ .github/workflows/tg-unit-tests.yaml | 3 +++ .github/workflows/tgg-unit-tests.yaml | 3 +++ 7 files changed, 21 insertions(+) diff --git a/.github/workflows/t3000-demo-tests.yaml b/.github/workflows/t3000-demo-tests.yaml index 393b7859ecc..9e4a2aa005b 100644 --- a/.github/workflows/t3000-demo-tests.yaml +++ b/.github/workflows/t3000-demo-tests.yaml @@ -1,6 +1,9 @@ name: "[T3K] T3000 demo tests" on: + push: + branches: + - tpatel/issue-8558 workflow_dispatch: schedule: - cron: '0 0 * * 6' # This cron schedule runs the workflow every Saturday at 12am UTC diff --git a/.github/workflows/t3000-frequent-tests.yaml b/.github/workflows/t3000-frequent-tests.yaml index f7b89b65988..3fda273ab6b 100644 --- a/.github/workflows/t3000-frequent-tests.yaml +++ b/.github/workflows/t3000-frequent-tests.yaml @@ -1,6 +1,9 @@ name: "[T3K] T3000 frequent tests" on: + push: + branches: + - tpatel/issue-8558 workflow_dispatch: schedule: - cron: "0 */8 * * *" # This cron schedule runs the workflow every 8 hours diff --git a/.github/workflows/t3000-model-perf-tests.yaml b/.github/workflows/t3000-model-perf-tests.yaml index 7fdb8d09637..dd2fa916cb9 100644 --- a/.github/workflows/t3000-model-perf-tests.yaml +++ b/.github/workflows/t3000-model-perf-tests.yaml @@ -1,6 +1,9 @@ name: "[T3K] T3000 model perf tests" on: + push: + branches: + - tpatel/issue-8558 workflow_dispatch: schedule: - cron: "0 */12 * * *" # This cron schedule runs the workflow every 12 hours diff --git a/.github/workflows/t3000-profiler-tests.yaml b/.github/workflows/t3000-profiler-tests.yaml index 99942f93314..e79e8f79539 100644 --- a/.github/workflows/t3000-profiler-tests.yaml +++ b/.github/workflows/t3000-profiler-tests.yaml @@ -1,6 +1,9 @@ name: "[T3K] T3000 profiler tests" on: + push: + branches: + - tpatel/issue-8558 workflow_dispatch: workflow_call: schedule: diff --git a/.github/workflows/t3000-unit-tests.yaml b/.github/workflows/t3000-unit-tests.yaml index 935f4c93750..f0c445bd96d 100644 --- a/.github/workflows/t3000-unit-tests.yaml +++ b/.github/workflows/t3000-unit-tests.yaml @@ -1,6 +1,9 @@ name: "[T3K] T3000 unit tests" on: + push: + branches: + - tpatel/issue-8558 workflow_dispatch: schedule: - cron: "0 */3 * * *" # This cron schedule runs the workflow every 3 hours diff --git a/.github/workflows/tg-unit-tests.yaml b/.github/workflows/tg-unit-tests.yaml index 12163a65d0d..41b6137fa18 100644 --- a/.github/workflows/tg-unit-tests.yaml +++ b/.github/workflows/tg-unit-tests.yaml @@ -1,6 +1,9 @@ name: "[TG] TG unit tests" on: + push: + branches: + - tpatel/issue-8558 schedule: - cron: '0 0 * * *' # Runs every day at 12am UTC workflow_dispatch: diff --git a/.github/workflows/tgg-unit-tests.yaml b/.github/workflows/tgg-unit-tests.yaml index 5351b9ae824..e1505c8a336 100644 --- a/.github/workflows/tgg-unit-tests.yaml +++ b/.github/workflows/tgg-unit-tests.yaml @@ -1,6 +1,9 @@ name: "[TGG] TGG unit tests" on: + push: + branches: + - tpatel/issue-8558 workflow_dispatch: schedule: - cron: '0 0 * * *' # This cron schedule runs the workflow every day at 12am UTC