Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 15, 2024
1 parent f86ec70 commit 72767a3
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/sanitizer-debug.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 72767a3

Please sign in to comment.