Skip to content

Commit 00c89e8

Browse files
committed
update cron
1 parent fd8f9b1 commit 00c89e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Smoke Tests
22

33
on:
44
schedule:
5-
- cron: "0 4 * * *"
5+
- cron: "*/30 * * * *" # Every 30 minutes
66
pull_request:
77
paths:
88
- "src/test/java/com/bandwidth/sdk/smoke/*"
99
- ".github/workflows/test-smoke.yml"
1010

11-
1211
concurrency:
1312
group: ${{ github.workflow }}-${{ github.head_ref }}
1413
cancel-in-progress: true

0 commit comments

Comments
 (0)