Skip to content

Commit

Permalink
Update push_event.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar Khatavkar authored Feb 13, 2024
1 parent 6b2b8ce commit f76f437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
name: Remove PRT labels for new commit
runs-on: ubuntu-latest
steps:
- run: echo "event name is:" ${{ github.event_name }}
- run: echo "event type is:" ${{ github.event.action }}
- name: Remove the previous PRT Result labels
if: contains(github.event.pull_request.labels.*.name, 'PRT')
uses: actions/github-script@v7
Expand Down

0 comments on commit f76f437

Please sign in to comment.