Skip to content

Commit

Permalink
ci debug labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Dec 17, 2024
1 parent 075588a commit bd9515b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,10 @@ jobs:
- name: Run integration tests
run: pixi run --locked test-integration-ci

- name: Debug labels
if: github.event_name == 'pull_request'
run: echo '${{ toJson(github.event.pull_request.labels) }}'

- name: Run long running integration tests
if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'test:extra_slow') }}
run: pixi run --locked test-integration-ci -m "extra_slow"
Expand Down

0 comments on commit bd9515b

Please sign in to comment.