Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt authored Jun 25, 2024
1 parent dc77010 commit c11c299
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:

jobs:
validate-pr:
runs-on: ["in-service", "n150"]
runs-on: ubuntu-latest
steps:
- name: Skip run
run: echo "Empty check passed"
- name: Checkout
uses: actions/checkout@v4
- name: Black
uses: psf/[email protected]

0 comments on commit c11c299

Please sign in to comment.