Skip to content

Commit

Permalink
another experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
rahimrahman committed Sep 20, 2024
1 parent 3016d86 commit 4689796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-detox-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
id: check-label
run: |
echo "${{ toJson(github.event.pull_request.labels.*.name) }}"
echo "${{ contains(join(github.event.pull_request.labels.*.name, ','), 'E2E iOS tests for PR') }}"
update-initial-status:
runs-on: ubuntu-22.04
if: contains(github.event.pull_request.labels.*.name, 'E2E iOS tests for PR')
if: contains(join(github.event.pull_request.labels.*.name, ','), 'E2E iOS tests for PR')
steps:
- uses: mattermost/actions/delivery/update-commit-status@main
env:
Expand Down

0 comments on commit 4689796

Please sign in to comment.