Skip to content

Commit b4bed29

Browse files
committed
run different tests
1 parent a3b1093 commit b4bed29

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/run_nwm_client_new.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: hydrotools.nwm_client_new
22

33
on:
4-
push:
5-
paths:
6-
- 'python/nwm_client_new/**'
7-
pull_request:
8-
paths:
9-
- 'python/nwm_client_new/**'
4+
schedule:
5+
# Run at 10 am every monday at 5 am cst (10 am utc)
6+
- cron: '0 10 * * 1'
107

118
jobs:
129
unittests:

.github/workflows/run_slow_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Run Slow Unit Tests
22

3-
on: push
3+
on: [push, pull_request]
44

55
jobs:
66
rest_client:

0 commit comments

Comments
 (0)