Skip to content

Commit

Permalink
ci: disable packaging and building workflows on draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
grantlemons committed Nov 29, 2024
1 parent 3627281 commit c41f3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_harper_ls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
release:
name: Release - ${{ matrix.platform.release_for }}
if: github.event.pull_request.draft == false
strategy:
matrix:
platform:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/package_vscode_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
package:
name: Package - ${{ matrix.platform.code_target }}
if: github.event.pull_request.draft == false
strategy:
matrix:
platform:
Expand Down

0 comments on commit c41f3fb

Please sign in to comment.