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 bfc1610 commit afc749f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/eas-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "Expo simulator build link" + BUILD_LINK
body: "Expo simulator build link: " + BUILD_LINK
})
- name: 🛫 Build for production 🛫
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eas-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: trigger EAS deploy

jobs:
deploy-eas:
if: ${{ github.event.label.name == 'test:deploy' }}
if: contains(github.event.pull_request.labels.*.name, 'test:deploy')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit afc749f

Please sign in to comment.