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 69e6f60 commit 4a76a5dCopy full SHA for 4a76a5d
.github/workflows/CI.yml
@@ -13,6 +13,7 @@ concurrency:
13
jobs:
14
test:
15
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
16
+ if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
17
runs-on: ${{ matrix.os }}
18
timeout-minutes: 40
19
strategy:
0 commit comments