Skip to content

Commit

Permalink
update OST trigger to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskrivanek committed Jun 5, 2023
1 parent a65a41a commit 3d898fb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ on:

jobs:
trigger-ost:
if: |
${{ github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/ost') &&
( github.event.comment.author_association == 'OWNER' ||
github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'COLLABORATOR' )
}}
uses: oVirt/ovirt-system-tests/.github/workflows/ost.yaml@master
with:
pr_url: ${{ github.event.issue.pull_request.url }}

0 comments on commit 3d898fb

Please sign in to comment.