We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9562c6a commit bbe853cCopy full SHA for bbe853c
.github/workflows/run_uts_on_prs.yml
@@ -11,7 +11,6 @@ jobs:
11
name: Run UTs
12
runs-on: ubuntu-20.04
13
timeout-minutes: 30
14
- if: ${{ github.event_name == 'workflow_dispatch' || (!github.event.pull_request.draft && (github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'integration'))}}
15
strategy:
16
fail-fast: true
17
matrix:
0 commit comments