Skip to content

Commit

Permalink
#8586: force ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed May 17, 2024
1 parent 05666e9 commit 8801101
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tg-demo-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tg-frequent-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tg-model-perf-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
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-8586
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/tgg-demo-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tgg-frequent-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tgg-model-perf-tests.yaml
Original file line number Diff line number Diff line change
@@ -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
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-8586
workflow_dispatch:
schedule:
- cron: "0 */3 * * *" # This cron schedule runs the workflow every 3 hours
Expand Down

0 comments on commit 8801101

Please sign in to comment.