Skip to content

Commit 4b59687

Browse files
authored
fix: remove action bot detection (#44)
1 parent 8468c4e commit 4b59687

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
test-deploy:
1818
name: Test build
1919
runs-on: ubuntu-latest
20-
# Skip on bot-created PRs — those are tested synchronously by update-submodule.yaml
21-
# before the PR is opened, so a second run here would be redundant.
22-
if: github.actor != 'github-actions[bot]'
2320
steps:
2421
- uses: actions/checkout@v4
2522
with:

0 commit comments

Comments
 (0)