Skip to content

Commit 9981a97

Browse files
committed
only initially
1 parent 311384b commit 9981a97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/propagate-pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
jobs:
99
update:
1010
runs-on: ubuntu-latest
11+
if: ${{ github.triggering_actor == 'pre-commit[bot]' }}
1112
steps:
13+
- run: echo ${{ github.triggering_actor }} # TODO: remove this debug line
1214
- uses: actions/checkout@v4
1315
with:
1416
token: ${{ secrets.BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)