Skip to content

Commit

Permalink
hotfix(fix ci pipeline action)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Nov 6, 2024
1 parent 73bfbfc commit 7027ff9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
build-push-app-image:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: [code-quality, verify-local-e2e]
needs: [code-quality, get-content-file]
permissions:
contents: read
id-token: write # for cosign w/ keyless signing
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
# e2e-target: preview

deploy-production:
needs: [verify-preview-e2e, build-push-app-image]
needs: [deploy-preview, build-push-app-image]
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
environment: production
Expand Down Expand Up @@ -201,15 +201,14 @@ jobs:

alert-pipeline-failure:
name: Send failure message to Slack
needs:
[
needs: [
code-quality,
get-content-file,
verify-local-e2e,
# verify-local-e2e,
build-push-app-image,
deploy-staging,
deploy-preview,
verify-preview-e2e,
# verify-preview-e2e,
deploy-production,
test-production-text,
]
Expand Down

0 comments on commit 7027ff9

Please sign in to comment.