Skip to content

Commit

Permalink
Only trigger master merge on successful CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Mar 25, 2024
1 parent 979e4d8 commit ea2c5dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stable-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:

jobs:
master-merge:

runs-on: ubuntu-latest

if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ea2c5dc

Please sign in to comment.