Skip to content

Commit

Permalink
Update ML only when PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 21, 2023
1 parent e11aed5 commit 4916df0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
types: [closed]

jobs:
release:
update:
runs-on: ubuntu-latest
name: pulls
name: update-milestone
if: ${{github.event.pull_request.merged == true}}

steps:
- uses: radcortez/milestone-set-action@main
Expand Down

0 comments on commit 4916df0

Please sign in to comment.