Skip to content

Commit 389c1e5

Browse files
committed
Fix comment
1 parent 369705b commit 389c1e5

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • exasol/toolbox/templates/github/workflows

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66
schedule:
7-
# At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru)
7+
# At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru)
88
- cron: "0 0 1/7 * *"
99

1010
jobs:

exasol/toolbox/templates/github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66
schedule:
7-
# At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru)
7+
# At 00:00 on every 7th day-of-month from 1 through 31. (https://crontab.guru)
88
- cron: "0 0 1/7 * *"
99

1010
jobs:

0 commit comments

Comments
 (0)