Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Sep 17, 2024
1 parent 490d789 commit eb9ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ 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]
#version: [main, v11.2.x, v11.1.x, v11.0.x, v10.4.x, v10.3.x]
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
Expand Down

0 comments on commit eb9ebe5

Please sign in to comment.