Skip to content

Commit

Permalink
Merge pull request #331 from IntersectMBO/latest-ci-cd
Browse files Browse the repository at this point in the history
fail fast disable & tag in pr
  • Loading branch information
Baja-KS authored Sep 7, 2024
2 parents 2ac764e + c21232c commit 01e364b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
jobs:
check-build-deploy:
strategy:
fail-fast: false
matrix:
include:
- workdir: ./frontend
Expand Down Expand Up @@ -160,6 +161,14 @@ jobs:
rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar'
docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }}
- name: Add tag as a PR comment
uses: ubie-oss/comment-to-merged-pr-action@v0.3.3
id: comment-to-merged-pr
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
message: |-
This PR is in the tag: ${{ env.TAG }} , for ${{ matrix.name }} service
- name: Deploy with Qovery
if: github.ref == 'refs/heads/develop'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:
jobs:
static-checks:
strategy:
fail-fast: false
matrix:
include:
- workdir: ./frontend
Expand Down

0 comments on commit 01e364b

Please sign in to comment.