Explorar o código

Github Actions: commitbot runs conditionally on boostorg/boost repo (#916)

Sam Darwin hai 1 ano
pai
achega
a672a8e2e7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/commit-bot.yml

+ 1 - 0
.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

粤ICP备19079148号