From 88011014190c9b52f53ed4289e106df1a3c1f44f Mon Sep 17 00:00:00 2001 From: Tapasvi Patel Date: Fri, 17 May 2024 06:26:38 +0000 Subject: [PATCH] #8586: force ci run --- .github/workflows/tg-demo-tests.yaml | 3 +++ .github/workflows/tg-frequent-tests.yaml | 3 +++ .github/workflows/tg-model-perf-tests.yaml | 3 +++ .github/workflows/tg-unit-tests.yaml | 3 +++ .github/workflows/tgg-demo-tests.yaml | 3 +++ .github/workflows/tgg-frequent-tests.yaml | 3 +++ .github/workflows/tgg-model-perf-tests.yaml | 3 +++ .github/workflows/tgg-unit-tests.yaml | 3 +++ 8 files changed, 24 insertions(+) diff --git a/.github/workflows/tg-demo-tests.yaml b/.github/workflows/tg-demo-tests.yaml index b8b51fcac5ee..60c7151b5f67 100644 --- a/.github/workflows/tg-demo-tests.yaml +++ b/.github/workflows/tg-demo-tests.yaml @@ -1,6 +1,9 @@ name: "[TG] TG demo tests" on: + push: + branches: + - tpatel/issue-8586 workflow_dispatch: schedule: - cron: '0 0 * * 6' # This cron schedule runs the workflow every Saturday at 12am UTC diff --git a/.github/workflows/tg-frequent-tests.yaml b/.github/workflows/tg-frequent-tests.yaml index b044662e7da9..e42d9a2fb001 100644 --- a/.github/workflows/tg-frequent-tests.yaml +++ b/.github/workflows/tg-frequent-tests.yaml @@ -1,6 +1,9 @@ name: "[TG] TG frequent tests" on: + push: + branches: + - tpatel/issue-8586 workflow_dispatch: schedule: - cron: "0 */8 * * *" # This cron schedule runs the workflow every 8 hours diff --git a/.github/workflows/tg-model-perf-tests.yaml b/.github/workflows/tg-model-perf-tests.yaml index df34bd903e36..e229baf8ad88 100644 --- a/.github/workflows/tg-model-perf-tests.yaml +++ b/.github/workflows/tg-model-perf-tests.yaml @@ -1,6 +1,9 @@ name: "[TG] TG model perf tests" on: + push: + branches: + - tpatel/issue-8586 workflow_dispatch: schedule: - cron: "0 */12 * * *" # This cron schedule runs the workflow every 12 hours diff --git a/.github/workflows/tg-unit-tests.yaml b/.github/workflows/tg-unit-tests.yaml index b3a8814a7b39..d3edc46d458c 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-8586 workflow_dispatch: schedule: - cron: "0 */3 * * *" # This cron schedule runs the workflow every 3 hours diff --git a/.github/workflows/tgg-demo-tests.yaml b/.github/workflows/tgg-demo-tests.yaml index 16f0cc21ddb2..9f85249ead2c 100644 --- a/.github/workflows/tgg-demo-tests.yaml +++ b/.github/workflows/tgg-demo-tests.yaml @@ -1,6 +1,9 @@ name: "[TGG] TGG demo tests" on: + push: + branches: + - tpatel/issue-8586 workflow_dispatch: schedule: - cron: '0 0 * * 6' # This cron schedule runs the workflow every Saturday at 12am UTC diff --git a/.github/workflows/tgg-frequent-tests.yaml b/.github/workflows/tgg-frequent-tests.yaml index 31f0719a70de..4439385ebeb1 100644 --- a/.github/workflows/tgg-frequent-tests.yaml +++ b/.github/workflows/tgg-frequent-tests.yaml @@ -1,6 +1,9 @@ name: "[TGG] TGG frequent tests" on: + push: + branches: + - tpatel/issue-8586 workflow_dispatch: schedule: - cron: "0 */8 * * *" # This cron schedule runs the workflow every 8 hours diff --git a/.github/workflows/tgg-model-perf-tests.yaml b/.github/workflows/tgg-model-perf-tests.yaml index 64b330ebb523..9c65ee0da24b 100644 --- a/.github/workflows/tgg-model-perf-tests.yaml +++ b/.github/workflows/tgg-model-perf-tests.yaml @@ -1,6 +1,9 @@ name: "[TGG] TGG model perf tests" on: + push: + branches: + - tpatel/issue-8586 workflow_dispatch: schedule: - cron: "0 */12 * * *" # This cron schedule runs the workflow every 12 hours diff --git a/.github/workflows/tgg-unit-tests.yaml b/.github/workflows/tgg-unit-tests.yaml index d03a4b6d2112..804daead89b9 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-8586 workflow_dispatch: schedule: - cron: "0 */3 * * *" # This cron schedule runs the workflow every 3 hours