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 * * *'