From 112ef613ebb0e6f08ea2dbc1a88ca746830bb0dd Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 2 Aug 2023 15:46:06 +0200 Subject: [PATCH] ci: renamed "check target branch" job --- .github/workflows/check_target_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_target_branch.yml b/.github/workflows/check_target_branch.yml index 952f4e6..255f1bc 100644 --- a/.github/workflows/check_target_branch.yml +++ b/.github/workflows/check_target_branch.yml @@ -6,7 +6,7 @@ on: types: [opened, edited] jobs: - check-branch: + check_target_branch: runs-on: ubuntu-latest steps: - uses: Vankka/pr-target-branch-action@v2