Skip to content

Commit 4ce1d19

Browse files
committed
Add check type in step name
1 parent 927aa49 commit 4ce1d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ env:
5252
PYTHONIOENCODING
5353
PYTHONLEGACYWINDOWSSTDIO
5454
PYTHONUTF8
55-
UPSTREAM_REPOSITORY_ID: >- # Repo ID of antonbabenko/pre-commit-terraform
56-
69382485
55+
UPSTREAM_REPOSITORY_ID: 69382485 # Repo ID of antonbabenko/pre-commit-terraform
5756

5857
run-name: >-
5958
${{
@@ -511,6 +510,7 @@ jobs:
511510
check: # This job does nothing and is only used for the branch protection
512511
# Prevent run 'push' events for the branches in upstream repository as it
513512
# already covered by 'pull_request' event
513+
name: check - ${{ github.event_name }}
514514
if: >-
515515
always() && (
516516
github.repository_id != needs.pre-setup.outputs.upstream-repository-id

0 commit comments

Comments
 (0)