Skip to content

Commit 24f014c

Browse files
authored
ci: temporarily remove scheduled cron job from workflow
To be reverted after christmas
1 parent 330f2c1 commit 24f014c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/it.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Regular Integration Tests
22

33
on:
4-
schedule:
5-
# * is a special character in YAML so you have to quote this string
6-
- cron: '0 0 */7 * *'
4+
# * is a special character in YAML so you have to quote this string
75
workflow_dispatch:
86

97
jobs:

0 commit comments

Comments
 (0)