Skip to content

Commit

Permalink
Update GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Neil Taylor committed Sep 2, 2022
1 parent 9b71e9f commit e241944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/plugable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
build:
name: "Build packages"
runs-on: ubuntu-latest
needs: check
needs:
- check
- test
if: needs.check.outputs.build == 'true'
outputs:
version: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit e241944

Please sign in to comment.