From 94eca385683e55c1566c59bd66ec85963c8f7142 Mon Sep 17 00:00:00 2001 From: gherka Date: Tue, 3 Sep 2024 14:14:34 +0100 Subject: [PATCH] Added job name so that workflow is available in branch ruleset status checks --- .github/workflows/pr_tests_latest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr_tests_latest.yml b/.github/workflows/pr_tests_latest.yml index 58bbaab..15c669b 100644 --- a/.github/workflows/pr_tests_latest.yml +++ b/.github/workflows/pr_tests_latest.yml @@ -11,9 +11,8 @@ permissions: jobs: build: - + name: Testing Pull Requests runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up Python 3.12.4