Skip to content

ci: retry

ci: retry #5

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/eas-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/eas-deploy.yml

Invalid workflow file

`pull-requests` is not a valid event name
pull-requests:
types:
- labeled
permissions:
contents: write
pull-requests: write
name: trigger EAS deploy
jobs:
deploy-eas:
if: ${{ github.event.label.name == 'test:deploy' }}
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/eas-deploy