Skip to content

Commit 4a76a5d

Browse files
authored
Update CI.yml
1 parent 69e6f60 commit 4a76a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313
jobs:
1414
test:
1515
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16+
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
1617
runs-on: ${{ matrix.os }}
1718
timeout-minutes: 40
1819
strategy:

0 commit comments

Comments
 (0)