diff --git a/.github/workflows/pr-integration-tests.yml b/.github/workflows/pr-integration-tests.yml index fee7547..97f9a87 100644 --- a/.github/workflows/pr-integration-tests.yml +++ b/.github/workflows/pr-integration-tests.yml @@ -7,7 +7,6 @@ on: jobs: grafana-integration-test: runs-on: ubuntu-latest - if: ${{ github.event.issue.pull_request && github.event.comment.body == '/grafana-integration-test' }} strategy: matrix: version: [main] @@ -15,6 +14,7 @@ jobs: permissions: id-token: write contents: read + if: ${{ github.event.issue.pull_request && startsWith(github.event.issue.pull_request, '/grafana-integration-tests') }} steps: - uses: actions/checkout@v4 - name: Checkout grafana