diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93669a476fc9..2455763a207f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: CI on: - schedule: - - cron: '30 9 * * *' + push: + branches: + - 6.1.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: