Skip to content

Commit ef9ac48

Browse files
committed
Run PQC version matrix on draft PRs too (match wolfTPM behavior)
1 parent 39e677c commit ef9ac48

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/wolfssl-versions-pqc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
branches: [ 'master', 'main', 'release/**' ]
1818
pull_request:
1919
branches: [ '*' ]
20-
types: [opened, synchronize, reopened, ready_for_review]
2120

2221
concurrency:
2322
group: ${{ github.workflow }}-${{ github.ref }}
@@ -77,7 +76,6 @@ jobs:
7776
pqc-build-test:
7877
name: ${{ matrix.name }}
7978
needs: discover-versions
80-
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
8179
runs-on: ubuntu-22.04
8280
timeout-minutes: 30
8381
strategy:

0 commit comments

Comments
 (0)