We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8f9b1 commit 00c89e8Copy full SHA for 00c89e8
.github/workflows/test-smoke.yml
@@ -2,13 +2,12 @@ name: Smoke Tests
2
3
on:
4
schedule:
5
- - cron: "0 4 * * *"
+ - cron: "*/30 * * * *" # Every 30 minutes
6
pull_request:
7
paths:
8
- "src/test/java/com/bandwidth/sdk/smoke/*"
9
- ".github/workflows/test-smoke.yml"
10
11
-
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref }}
14
cancel-in-progress: true
0 commit comments