Skip to content

Commit ad821ea

Browse files
authored
Merge pull request #3725 from infotroph/stack-not-pr
Run Docker stack test on set schedule instead of each PR
2 parents 3b6cc67 + 03ae591 commit ad821ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-stack-sipnet.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name : Docker Stack Model Test
22
on :
3-
pull_request:
4-
53
# allow manual triggering
64
workflow_dispatch:
75

86
schedule:
9-
# run Thursday 4:30 AM UTC
10-
- cron: '30 4 * * 4'
7+
# run at 4:30 AM UTC on Mon, Wed, Fri
8+
- cron: '30 4 * * 1,3,5'
119
jobs:
1210
sipnet:
1311
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)