From c11c299695f9f4266e648b173011a300c27fc553 Mon Sep 17 00:00:00 2001 From: Artem Yerofieiev <169092593+ayerofieiev-tt@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:27:29 -0700 Subject: [PATCH] Update workflows --- .github/workflows/pull-request.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 568c158cc..cbce3605a 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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/black@23.10.1