From e4d372eb8865a4d29ea6455e4fe97d4816d84ecd Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 7 Jun 2024 01:12:45 +0200 Subject: [PATCH] btrfs-progs: ci: enable sanitizer checks for master branch The CI passes on the 6.9 pre-release branch, we can enable it for all future releases. Signed-off-by: David Sterba --- .github/workflows/ci-sanitize.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-sanitize.yml b/.github/workflows/ci-sanitize.yml index 065c6e4799..1a88aacbab 100644 --- a/.github/workflows/ci-sanitize.yml +++ b/.github/workflows/ci-sanitize.yml @@ -10,6 +10,7 @@ on: push: branches: - sanitize-test + - master jobs: build-ubsan: runs-on: ubuntu-latest