Skip to content

Commit 4c1f95f

Browse files
committed
no slow tests on pull requests
1 parent 0c7be65 commit 4c1f95f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/slow_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Slow Tests
33
# Controls when the action will run. Triggers the workflow on push or pull request
44
# events but only for the master branch
55
on:
6-
pull_request:
7-
branches:
8-
master
6+
# tests are not being maintained so don't run on pull requests
7+
# pull_request:
8+
# branches:
9+
# master
910

1011
schedule:
1112
- cron: '0 0 */7 * *'

0 commit comments

Comments
 (0)