Skip to content

Commit

Permalink
馃殌 Use gh actions runners for pre-commit checks (#2160)
Browse files Browse the repository at this point in the history
Use gh actions runners for pre-commit checks

Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
  • Loading branch information
ashwinvaidya17 committed Jun 27, 2024
1 parent 56843d2 commit c7245a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
Code-Quality-Checks:
runs-on: [self-hosted, linux, x64, anomalib]
runs-on: ubuntu-20.04
steps:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v4
Expand Down

0 comments on commit c7245a9

Please sign in to comment.