This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch integration-test-cleanup in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit b1456e60c28365108a959205c9ad26c4786ac43a Author: Márton Elek <[email protected]> AuthorDate: Mon Dec 2 14:09:04 2019 +0100 continue with 3h schedule --- .github/workflows/post-commit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index e23b909..2116367 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -14,7 +14,8 @@ # limitations under the License. name: integration-pilot on: - - push + schedule: + - cron: '0 */4 * * *' jobs: integration: name: integration --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
