Skip to content

Commit

Permalink
New python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jan 10, 2025
1 parent e8fe387 commit f3fd829
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:

detect-files:
name: Detect Changed Files
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
changed_files: ${{ steps.detect_changes.outputs.changed_files }}
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Detect changed files
id: detect_changes
Expand All @@ -41,7 +43,7 @@ jobs:

run-jobs:
needs: detect-files
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
include:
Expand Down

0 comments on commit f3fd829

Please sign in to comment.