From a672a8e2e7bc2be691c6cbec6f5245225ec0cc53 Mon Sep 17 00:00:00 2001 From: Sam Darwin Date: Tue, 28 May 2024 17:00:53 -0600 Subject: [PATCH] Github Actions: commitbot runs conditionally on boostorg/boost repo (#916) --- .github/workflows/commit-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commit-bot.yml b/.github/workflows/commit-bot.yml index f355171f29..eb4d068470 100644 --- a/.github/workflows/commit-bot.yml +++ b/.github/workflows/commit-bot.yml @@ -13,6 +13,7 @@ jobs: update-modules: runs-on: ubuntu-latest name: Commit Bot + if: github.repository == 'boostorg/boost' steps: - name: Check for module updates