Skip to content

Commit 6be590d

Browse files
Update .github/workflows/backend_sumo_prod.yml
Co-authored-by: Anders Fredrik Kiær <[email protected]>
1 parent 0abae78 commit 6be590d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/backend_sumo_prod.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@ name: integration
22

33
on:
44
push:
5-
pull_request:
6-
branches:
7-
- main
8-
release:
9-
types:
10-
- published
11-
# workflow_dispatch:
12-
# schedule:
13-
# - cron: "48 4 * * *"
5+
workflow_dispatch:
6+
schedule:
7+
- cron: "0 0 * * *"
148

159
jobs:
1610
sumo_prod:

0 commit comments

Comments
 (0)