Skip to content

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Jan 13, 2025
1 parent 1ccf721 commit 3e45498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-code-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'docs/sources/k6/next/**'
- 'docs/sources/k6/next/**/*.md'

jobs:
run-code-blocks:
Expand All @@ -17,7 +17,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
**.md
docs/sources/k6/next/**/*.md
- uses: grafana/setup-k6-action@v1
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 3e45498

Please sign in to comment.