diff --git a/.github/workflows/pre-commit-self-hosted.yml b/.github/workflows/pre-commit-self-hosted.yml index a875f0a..90bdc87 100644 --- a/.github/workflows/pre-commit-self-hosted.yml +++ b/.github/workflows/pre-commit-self-hosted.yml @@ -31,8 +31,26 @@ jobs: - name: Run pre-commit run: | pre-commit run --all-files --show-diff + + testing: + if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository + + name: Test profile + runs-on: self-hosted + needs: [lint] + strategy: + fail-fast: false + defaults: + run: + shell: bash -l -vxeo pipefail {0} + + steps: + - uses: actions/checkout@v4 + + - uses: actions/setup-python@v5 + - - name: Python/IPython info + - name: Python/IPython info run: | which python python -VV