Skip to content

Commit 404492e

Browse files
committed
restore on push for PR testing
Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
1 parent f3be9b7 commit 404492e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bazel_repeat_flaky_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Bazel repeat flaky tests
22
on:
3+
push:
4+
branches:
5+
- 'scpeters/bazel_repeat_tests'
36
schedule:
47
# GitHub caches are purged after 7 days of inactivity, so
58
# running twice a week helps protect the bazel cache

.github/workflows/bazel_repeat_non_flaky_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Bazel repeat non-flaky tests
22
on:
3+
push:
4+
branches:
5+
- 'scpeters/bazel_repeat_tests'
36
schedule:
47
# GitHub caches are purged after 7 days of inactivity, so
58
# running twice a week helps protect the bazel cache

0 commit comments

Comments
 (0)