diff --git a/.github/workflows/sanitizer-debug.yaml b/.github/workflows/sanitizer-debug.yaml index 634e26c273..f10acc22ed 100644 --- a/.github/workflows/sanitizer-debug.yaml +++ b/.github/workflows/sanitizer-debug.yaml @@ -1,17 +1,13 @@ -name: Debug +name: Debug sanitizers on: - push: - branches: - - main - - add_sanitizers_to_ci pull_request: - branches: - - main - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true + types: + - "opened" + - "reopened" + - "synchronize" + - "labeled" + - "unlabeled" jobs: build_dependencies: