We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f3838 commit 671e62dCopy full SHA for 671e62d
.github/workflows/hosting.yml
@@ -82,7 +82,6 @@ jobs:
82
83
# Second job to build the project and deploy it to Firebase Hosting
84
build_and_deploy:
85
- needs: build_resume
86
if: contains(github.event.head_commit.message, '[ci]') || (contains(github.event.head_commit.message, '[resume]') && needs.build_resume.result == 'success')
87
runs-on: ubuntu-latest
88
steps:
0 commit comments