Skip to content

Commit d8a62c1

Browse files
authored
Enable scheduled Azure integration tests
Signed-off-by: Matheus Pimenta <[email protected]>
1 parent a7adfff commit d8a62c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: integration-azure
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: "0 12 * * *"
5+
schedule:
6+
- cron: "0 12 * * *"
77
# push:
88
# branches:
99
# - main

0 commit comments

Comments
 (0)