Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 19, 2024
1 parent 06bf242 commit e03a2bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ jobs:
merge-core-reports:
if: failure()
needs: [visual-testing-core]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -143,6 +142,8 @@ jobs:

deploy-preview:
if: ${{ contains(github.event.pull_request.labels.*.name, 'Deploy Preview') }}
needs: [build]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e03a2bf

Please sign in to comment.