Skip to content

Commit

Permalink
Run WF based on conclusion of previous WF
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Aug 27, 2023
1 parent 3f5b61b commit dbbb159
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/eas_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
- completed

jobs:
build:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
env:
BUGSNAG_API_KEY: ${{ secrets.BUGSNAG_API_KEY }}
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
Expand Down

0 comments on commit dbbb159

Please sign in to comment.