Skip to content

Commit

Permalink
Make build step optional
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 27, 2023
1 parent d6da961 commit 329f598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ on:
doc:
description: "generate doc"
type: boolean
build:
description: "build"
type: boolean
publish:
description: "publish"
type: boolean
Expand Down Expand Up @@ -174,6 +177,7 @@ jobs:

builds:
name: Build for ${{ matrix.job.target }} on ${{ matrix.job.os }}
if: ${{ !(github.event.inputs.build == 'false') }}
needs: checks
runs-on: ${{ matrix.job.os }}
strategy:
Expand Down

0 comments on commit 329f598

Please sign in to comment.