Skip to content

Commit

Permalink
Merge pull request #5647 from gooddata/pb-fix-integrated-trigger
Browse files Browse the repository at this point in the history
fix: use correct dependent job name
  • Loading branch information
ivanmjartan authored Dec 3, 2024
2 parents 9a77519 + 4ce8d0d commit a5c9359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
secrets: inherit

e2e-integrated:
needs: [guard]
needs: [get-pr-info]
if: ${{ github.event.comment.body == 'extended test - integrated' }}
permissions:
id-token: write
Expand Down

0 comments on commit a5c9359

Please sign in to comment.