Skip to content

Commit

Permalink
Always run the "Build extensions" step
Browse files Browse the repository at this point in the history
This ensure we will always have the artifacts to easily test things
or for manual publishing.
  • Loading branch information
chancancode committed Nov 13, 2019
1 parent 84593c7 commit 0f0e98b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
needs:
- test
- ember-try
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
env:
CI: 'true'
Expand Down

0 comments on commit 0f0e98b

Please sign in to comment.