Skip to content

Commit

Permalink
feat: added auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Dec 1, 2023
1 parent 7890519 commit 6c44bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
jobs:
check_workflow_status:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Check Workflow Status
if: ${{ github.event.workflow_run.conclusion == 'success' }}
run: |
echo "The triggering workflow was successful!"

0 comments on commit 6c44bfb

Please sign in to comment.