Skip to content

Commit 806aa75

Browse files
authored
Merge pull request #1113 from openmina/ci/remove-daily-test
feat(ci): Disable openmina daily workflow
2 parents 34beae7 + 53550b9 commit 806aa75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Openmina Daily
22
on:
33
workflow_dispatch: {}
4-
schedule:
5-
- cron: "0 5 * * *"
4+
#schedule:
5+
# - cron: "0 5 * * *"
66
push:
77
branches: [ "test/*daily*" ]
88

0 commit comments

Comments
 (0)