Skip to content

Commit

Permalink
Update pre_commit.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Apr 24, 2024
1 parent 57a2ee2 commit a5cdeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request]

jobs:
run-pre-commit:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 2

steps:
Expand All @@ -20,4 +20,4 @@ jobs:
run: pip install pre-commit

- name: Run pre-commit Hooks
run: pre-commit run --all-files
run: pre-commit run --all-files

0 comments on commit a5cdeb3

Please sign in to comment.