Skip to content

Commit

Permalink
Fix platform test check
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wall <pete.wall@grafana.com>
  • Loading branch information
petewall committed Oct 28, 2024
1 parent 43162c2 commit b243100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/platform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: List tests
id: list_tests
run: |
contains(github.event.pull_request.labels.*.name, 'example-label')
if [ "${{ github.event_name }}" == "pull_request" ] && [ "${{contains(github.event.pull_request.labels.*.name, 'run-platform-tests')}}" != "true" ]; then
echo "Skipping platform tests"
exit 0
Expand Down

0 comments on commit b243100

Please sign in to comment.