This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch main-test in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 81caa0d1a437094ffee514c45b8fa5756b9532ae Author: Wei Zhou <[email protected]> AuthorDate: Tue Aug 25 16:30:35 2026 +0200 .github: run daily issue triaging only on apache/cloudstack --- .github/workflows/daily-issue-triage.lock.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily-issue-triage.lock.yml b/.github/workflows/daily-issue-triage.lock.yml index bc9716b7b1f..d085e145d39 100644 --- a/.github/workflows/daily-issue-triage.lock.yml +++ b/.github/workflows/daily-issue-triage.lock.yml @@ -72,6 +72,7 @@ run-name: "Daily Issue Triage" jobs: activation: + if: github.repository == 'apache/cloudstack' runs-on: ubuntu-slim permissions: actions: read
