Skip to content

Commit

Permalink
Restrict native-image jobs on macOS/Windows for relases only.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Mar 2, 2021
1 parent 8c46b4f commit 0bce763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
unix:
runs-on: ${{ matrix.os }}
if: matrix.os == "ubuntu-latest" || github.event_name == 'release'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0bce763

Please sign in to comment.