Rename job so it won't shard on stable branches

Right now auto release logic updates `devel` to the stable branch name
when creating stable branches. This leads to this job "sharding" into
multiple jobs, and messes up branch protections.

To keep things simple, the main job name will remain the same so that
there's no "PR targets X" and "PR targets Y" jobs, just the one "PR
targets branch" job

Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
This commit is contained in:
Mike Kolesnik
2021-10-20 11:18:35 -04:00
committed by Thomas Pantelis
parent 6b7fed425a
commit 839d20f972
+2 -2
View File
@@ -5,8 +5,8 @@ on:
pull_request: pull_request:
jobs: jobs:
target_devel: target_branch:
name: PR targets devel name: PR targets branch
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check that the PR targets devel - name: Check that the PR targets devel