Skip to content

Commit 902c24a

Browse files
committed
remove if clause in long running tests
1 parent 2271809 commit 902c24a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/code-health-long-running.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ permissions: {}
1111
jobs:
1212
run-long-running-tests:
1313
name: Run long running tests
14-
if: github.event_name == 'push' || (github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository)
1514
runs-on: ubuntu-latest
1615
steps:
1716
- uses: GitHubSecurityLab/actions-permissions/monitor@v1

0 commit comments

Comments
 (0)