[llvm] workflows/release-binaries-all: trigger for Release.cmake (PR #110394)
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 28 18:07:11 PDT 2024
https://github.com/keith created https://github.com/llvm/llvm-project/pull/110394
This file is related enough that if you're touching it you likely want to run this job to verify your changes
>From 017c95717537b002956b94c3ddef6588152174c8 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Sat, 28 Sep 2024 18:06:28 -0700
Subject: [PATCH] workflows/release-binaries-all: trigger for Release.cmake
This file is related enough that if you're touching it you likely want
to run this job to verify your changes
---
.github/workflows/release-binaries-all.yml | 1 +
1 file changed, 1 insertion(+)
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' }}
More information about the llvm-commits
mailing list