Skip to content

Commit

Permalink
only test main for now
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Sep 17, 2024
1 parent 96cfa9a commit 490d789
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Comment
name: PR Integration tests

on:
issue_comment:
Expand All @@ -10,7 +10,8 @@ jobs:
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/grafana-integration-test' }}
strategy:
matrix:
version: [main, v11.2.x, v11.1.x, v11.0.x, v10.4.x, v10.3.x]
version: [main]
#version: [main, v11.2.x, v11.1.x, v11.0.x, v10.4.x, v10.3.x]
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 490d789

Please sign in to comment.