Skip to content

Commit

Permalink
Remove debugging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 29, 2024
1 parent 11127ac commit 17d48a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
name: Assign Milestone

on:
pull_request:
pull_request_target:
types: [closed]

jobs:
assign-milestone:
runs-on: ubuntu-latest
if: github.event.pull_request.merged || true
if: github.event.pull_request.merged
steps:
# Retreiving the current milestoone from API instead of github context,
# so up-to-date information is used when running after being queued or for reruns
Expand Down

0 comments on commit 17d48a4

Please sign in to comment.