Skip to content

Commit fd3dc6d

Browse files
run quick e2e test on PRs (#796)
1 parent 4f175cd commit fd3dc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
exclude:
9595
- flavor: src
9696
include:
97-
- flavor: ${{ github.ref == 'refs/heads/main' && 'all' || 'quick' }}
97+
- flavor: ${{ github.event.pull_request.number && 'quick' || 'all' }}
9898
uses: ./.github/workflows/e2e-test.yaml
9999
secrets: inherit
100100
with:

0 commit comments

Comments
 (0)