Skip to content

Commit 2283609

Browse files
committed
Only prebuild on human pushes
1 parent 166a79c commit 2283609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/napi-prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
path-filter:
18-
if: ${{ github.actor != 'github-actions[bot]' }}
18+
if: ${{ github.actor == 'emmercm' }}
1919
permissions:
2020
pull-requests: read
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)