Skip to content

Commit 056ee2d

Browse files
authored
ci: do not skip detect-changes on pull requests (#12145)
1 parent b3a27e5 commit 056ee2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ concurrency:
1212
jobs:
1313
detect-changes:
1414
runs-on: ubuntu-latest
15-
if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.fork) }}
1615
outputs:
1716
changes: ${{ steps.detect-changes.outputs.changes }}
1817
steps:

0 commit comments

Comments
 (0)