Skip to content

Commit

Permalink
ci: add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Mar 18, 2024
1 parent 12a9ea7 commit 1c23d88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
# return '';
# result-encoding: string

- name: Debug
shell: bash
run: echo ${{ contains(github.event.pull_request.labels.*.name, 'Deploy Preview') }}

- name: Deploy Preview for PR
if: contains(github.event.pull_request.labels.*.name, 'Deploy Preview')
shell: bash
Expand Down

0 comments on commit 1c23d88

Please sign in to comment.