Skip to content

Commit 6bc0b1a

Browse files
committed
[BUGFIX] fix pipeline
1 parent 3831a33 commit 6bc0b1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6543,4 +6543,4 @@ jobs:
65436543
"ghcr.io/webdevops/vsftp:sha-${{ github.sha }}-arm64-latest" && exit 0
65446544
sleep $((i*i))
65456545
done
6546-
exit 1
6546+
exit 1

ci/src/Commands/GithubCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5757
'name' => 'build',
5858
'on' => [
5959
'schedule' => [
60-
['cron' => '0 0 * * 2'], // every week on Tuesday
60+
['cron' => '0 0 * * *'], // every week on Tuesday
6161
],
6262
'push' => null,
6363
'pull_request' => [

0 commit comments

Comments
 (0)