Skip to content

Commit

Permalink
Merge pull request #294 from elijah-potter/draftpr-disable-workflows
Browse files Browse the repository at this point in the history
ci: disable packaging and building workflows on draft PRs
  • Loading branch information
elijah-potter authored Nov 30, 2024
2 parents daf933f + f44de11 commit 2314e6d
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_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
release:
name: Release ${{ matrix.platform.project }} - ${{ 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 2314e6d

Please sign in to comment.