Skip to content

Commit

Permalink
ci: retry
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed Sep 22, 2024
1 parent a116b8d commit 3f2a65d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/eas-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ name: trigger EAS deploy

jobs:
deploy-eas:
if: contains(github.event.pull_request.labels.*.name, 'test:deploy')
# if: contains(github.event.pull_request.labels.*.name, 'test:deploy')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: test:deploy
repo_token: ${{ secrets.LEATHER_BOT }}
- uses: ./.github/actions/eas-deploy
with:
EXPO_APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.EXPO_APPLE_APP_SPECIFIC_PASSWORD }}
Expand Down

0 comments on commit 3f2a65d

Please sign in to comment.