Skip to content

Commit

Permalink
Test if PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 28, 2024
1 parent 0b88763 commit 16233db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged || true
steps:
- run: echo "pull_request is merged"
if: github.event.pull_request.merged
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down

0 comments on commit 16233db

Please sign in to comment.