Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This uses v11 of Hubot
  • Loading branch information
joeyguerra committed Jan 5, 2024
1 parent 4974174 commit 28a76bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
release:
name: Release
if: github.ref == 'refs/heads/main' && success()
needs: [build, test, e2etest]
needs: [build, test]
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 28a76bd

Please sign in to comment.