We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f175cd commit fd3dc6dCopy full SHA for fd3dc6d
1 file changed
.github/workflows/build_test_ci.yml
@@ -94,7 +94,7 @@ jobs:
94
exclude:
95
- flavor: src
96
include:
97
- - flavor: ${{ github.ref == 'refs/heads/main' && 'all' || 'quick' }}
+ - flavor: ${{ github.event.pull_request.number && 'quick' || 'all' }}
98
uses: ./.github/workflows/e2e-test.yaml
99
secrets: inherit
100
with:
0 commit comments