Skip to content

Commit

Permalink
chore: 💚 preview jobs needs to be executed after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudTA committed Oct 8, 2024
1 parent 4765387 commit 8cb717b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ jobs:
docker buildx imagetools inspect ${{ inputs.REGISTRY }}/${{ inputs.NAMESPACE }}/${{ matrix.images.name }}:${{ steps.meta.outputs.version }}
preview:
needs:
- merge
name: Redeploy preview app
if: contains(github.event.pull_request.labels.*.name, 'preview')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8cb717b

Please sign in to comment.