diff --git a/.github/workflows/Debug.yml b/.github/workflows/Debug.yml index a8ea5fdeb8..93676e02be 100644 --- a/.github/workflows/Debug.yml +++ b/.github/workflows/Debug.yml @@ -1,5 +1,8 @@ name: Debug Mode Tests -on: [push, pull_request,repository_dispatch] +on: + workflow_dispatch: + schedule: + - cron: '0 2 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }} cancel-in-progress: true