Skip to content

Commit

Permalink
feat(): add if: github.event.pull_request.merged == true to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Oct 22, 2024
1 parent a3ffe50 commit a552048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-build-deploy-to-test-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
tsc:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -27,6 +28,7 @@ jobs:
run: yarn run lint
build-ios:
runs-on: macos-latest
needs: [tsc, lint]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit a552048

Please sign in to comment.