From 609c2cd09daf7fabe748c44ffeca6068c0ef271c Mon Sep 17 00:00:00 2001 From: Edouard Marquez Date: Tue, 25 Jul 2023 10:22:12 +0200 Subject: [PATCH] chore: Update waldo_sessions.yml Hi everyone, In this PR, I tweak a little the Waldo action, to: - Ignore it on `chore(deps)` PRs - Change the link which was incorrect (label and URL are inverted) --- .github/workflows/waldo_sessions.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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