[llvm] workflows/release-binaries-all: trigger for Release.cmake (PR #110394)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 28 18:07:46 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Keith Smiley (keith)
<details>
<summary>Changes</summary>
This file is related enough that if you're touching it you likely want to run this job to verify your changes
---
Full diff: https://github.com/llvm/llvm-project/pull/110394.diff
1 Files Affected:
- (modified) .github/workflows/release-binaries-all.yml (+1)
``````````diff
diff --git a/.github/workflows/release-binaries-all.yml b/.github/workflows/release-binaries-all.yml
index 394b0c74d24edd..f5318aecc53a7f 100644
--- a/.github/workflows/release-binaries-all.yml
+++ b/.github/workflows/release-binaries-all.yml
@@ -43,6 +43,7 @@ on:
- '.github/workflows/release-binaries.yml'
- '.github/workflows/release-binaries-setup-stage/*'
- '.github/workflows/release-binaries-save-stage/*'
+ - 'clang/cmake/caches/Release.cmake'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || 'dispatch' }}
``````````
</details>
https://github.com/llvm/llvm-project/pull/110394
More information about the llvm-commits
mailing list