We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927aa49 commit 4ce1d19Copy full SHA for 4ce1d19
.github/workflows/ci-cd.yml
@@ -52,8 +52,7 @@ env:
52
PYTHONIOENCODING
53
PYTHONLEGACYWINDOWSSTDIO
54
PYTHONUTF8
55
- UPSTREAM_REPOSITORY_ID: >- # Repo ID of antonbabenko/pre-commit-terraform
56
- 69382485
+ UPSTREAM_REPOSITORY_ID: 69382485 # Repo ID of antonbabenko/pre-commit-terraform
57
58
run-name: >-
59
${{
@@ -511,6 +510,7 @@ jobs:
511
510
check: # This job does nothing and is only used for the branch protection
512
# Prevent run 'push' events for the branches in upstream repository as it
513
# already covered by 'pull_request' event
+ name: check - ${{ github.event_name }}
514
if: >-
515
always() && (
516
github.repository_id != needs.pre-setup.outputs.upstream-repository-id
0 commit comments