Skip to content

Commit

Permalink
run via PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Sep 19, 2024
1 parent ce3a2ab commit b65f1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: PR Integration tests
name: PR Integration Tests

on:
pull_request: {}
issue_comment:
types: [created]

jobs:
grafana-integration-test:
grafana-integration-tests:
runs-on: ubuntu-latest
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/grafana-integration-tests' }}
strategy:
matrix:
version: [main, v11.2.x, v11.1.x, v11.0.x, v10.4.x, v10.3.x]
Expand Down

0 comments on commit b65f1fd

Please sign in to comment.