Skip to content

Commit

Permalink
Update prt_labels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Omkar Khatavkar authored Feb 22, 2024
1 parent 3f89b63 commit 9d39c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prt_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ name: Robottelo - CI
on:
push:
pull_request:
types: ["opened", "synchronize"]
types: ["synchronize"]

jobs:
prt_labels:
name: remove the PRT label, if it is a new commit
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'PRT')
steps:
- name: get the PRT status, it will be empty in case of the new commit
id: prt
Expand Down

0 comments on commit 9d39c2e

Please sign in to comment.