Просмотр исходного кода

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

Sam Darwin 1 год назад
Родитель
Сommit
a672a8e2e7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/commit-bot.yml

+ 1 - 0
.github/workflows/commit-bot.yml

@@ -13,6 +13,7 @@ jobs:
   update-modules:
   update-modules:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     name: Commit Bot
     name: Commit Bot
+    if: github.repository == 'boostorg/boost'
 
 
     steps:
     steps:
       - name: Check for module updates
       - name: Check for module updates

粤ICP备19079148号