Skip to content

Commit

Permalink
#8558: Enable forced ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed May 17, 2024
1 parent db9d2ac commit 0dd8a1d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/t3000-demo-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/t3000-frequent-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/t3000-model-perf-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/t3000-profiler-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "[T3K] T3000 profiler tests"

on:
push:
branches:
- tpatel/issue-8558
workflow_dispatch:
workflow_call:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/t3000-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tg-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tgg-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0dd8a1d

Please sign in to comment.