turbaszek commented on a change in pull request #8393: Bring back CI optimisations URL: https://github.com/apache/airflow/pull/8393#discussion_r409384030
########## File path: .github/workflows/ci.yml ########## @@ -19,58 +19,58 @@ --- name: Airflow on: + schedule: + # Schedule cron jobs every day at 2.10 am + - cron: '10 2 * * *' push: - branches: ['*'] + branches: ['master', 'v1-10-test', 'v1-10-stable'] Review comment: Should we do same for pull request just in case? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
