Skip to content

Commit

Permalink
see label again
Browse files Browse the repository at this point in the history
  • Loading branch information
rahimrahman committed Sep 20, 2024
1 parent 0a35877 commit 891ea49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e-detox-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ on:
- labeled

jobs:
check-label:
runs-on: ubuntu-22.04
steps:
- name: Check for E2E iOS tests label
id: check-label
run: |
echo "${{ contains(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')
Expand Down

0 comments on commit 891ea49

Please sign in to comment.