From 62b14e225ff405921c38c6f350424131aebbbd9f Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:45:44 +0100 Subject: [PATCH] Fix YML for CentOS7 & OL8 --- .github/workflows/centos7.yml | 4 ++-- .github/workflows/oracle8.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/centos7.yml b/.github/workflows/centos7.yml index 85c692f581..10c2c59b0e 100644 --- a/.github/workflows/centos7.yml +++ b/.github/workflows/centos7.yml @@ -4,8 +4,8 @@ on: release: types: [created] push: - - branches: - - develop + branches: + - develop schedule: - cron: '21 2 * * *' diff --git a/.github/workflows/oracle8.yml b/.github/workflows/oracle8.yml index 0ab2fa1530..75c05f845f 100644 --- a/.github/workflows/oracle8.yml +++ b/.github/workflows/oracle8.yml @@ -4,8 +4,8 @@ on: release: types: [created] push: - - branches: - - develop + branches: + - develop schedule: - cron: '21 2 * * *'