Skip to content

Commit

Permalink
cicd: added if github.event.review.state approved #TASK-7301
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Dec 24, 2024
1 parent 69bef5f commit fabf707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
calculate-xetabase-branch:
if: github.event.review.state == 'approved'
name: Calculate Xetabase branch
runs-on: ubuntu-22.04
outputs:
Expand Down

0 comments on commit fabf707

Please sign in to comment.