diff --git a/.github/workflows/waldo_sessions.yml b/.github/workflows/waldo_sessions.yml index 51e8548a30b..554f3720658 100644 --- a/.github/workflows/waldo_sessions.yml +++ b/.github/workflows/waldo_sessions.yml @@ -10,6 +10,7 @@ on: jobs: build: runs-on: macos-latest + if: "!contains(github.event.pull_request.title, 'chore(deps):')" defaults: run: shell: bash @@ -56,6 +57,6 @@ jobs: - name: Write comment uses: mshick/add-pr-comment@v2 with: - message: "You can test this PR on: [https://app.waldo.com/applications/app-19d476740ba1bb36/sessions](Android)" + message: "You can test this PR on: [Android](https://app.waldo.com/applications/app-19d476740ba1bb36/sessions])" - # TODO Build the iOS variant and upload it \ No newline at end of file + # TODO Build the iOS variant and upload it