Skip to content

Enable PCI DSS for RHVH #100

Enable PCI DSS for RHVH

Enable PCI DSS for RHVH #100

Workflow file for this run

name: OST ds
on:
issue_comment:
types: [created]
jobs:
trigger-ost:
if: |
github.event.issue.pull_request &&
github.event.comment.body == '/ost' &&
(
github.event.comment.author_association == 'MEMBER' ||
github.event.comment.author_association == 'COLLABORATOR'
)
uses: oVirt/ovirt-system-tests/.github/workflows/ost.yaml@master
with:
comment: " basic-suite-master rhel8"