Skip to content

Commit

Permalink
Don't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 14, 2024
1 parent 021ac5e commit 7e40081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
path: geyser/bootstrap/viaproxy/build/libs/Geyser-ViaProxy.jar
if-no-files-found: error
- name: Trigger Preview Deployment
if: 'contains(github.event.pull_request.labels.*.name, "PR: Needs Testing")'
if: contains(github.event.pull_request.labels.*.name, 'PR: Needs Testing')
uses: actions/[email protected]
with:
script: |
Expand Down

0 comments on commit 7e40081

Please sign in to comment.