Skip to content

Commit

Permalink
ci: retry
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarkhanzadian committed Sep 20, 2024
1 parent 2b71dda commit d382f62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/eas-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
pull-requests:
types:
- labeled
- labeled

permissions:
contents: write
Expand All @@ -13,7 +13,5 @@ jobs:
deploy-eas:
if: ${{ github.event.label.name == 'test:deploy' }}
runs-on: ubuntu-latest
# Ensure we only publish if a new release was created
if: needs.release-please.outputs.releases_created
steps:
- uses: ./.github/actions/eas-deploy

0 comments on commit d382f62

Please sign in to comment.