diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f302f38b..9486ecb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: pull_request: schedule: - cron: 15 2 * * 1 + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}