Przeglądaj źródła

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

Sam Darwin 1 rok temu
rodzic
commit
a672a8e2e7
1 zmienionych plików z 1 dodań i 0 usunięć
  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号