diff --git a/.github/workflows/ost.yml b/.github/workflows/ost.yml index ce85826..2dea7af 100644 --- a/.github/workflows/ost.yml +++ b/.github/workflows/ost.yml @@ -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 }}