Skip to content

Commit

Permalink
two separate jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmald committed Nov 26, 2024
1 parent 0b609be commit e29f5bd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/pre-commit-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e29f5bd

Please sign in to comment.