Skip to content

Commit 08b4c56

Browse files
only run bot if triggered
1 parent 8f7ef92 commit 08b4c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fluxbot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
build:
9+
if: contains(github.event.comment.body, '@ModelZookeeper')
910
runs-on: ${{ matrix.os }}
1011
strategy:
1112
matrix:

0 commit comments

Comments
 (0)