Skip to content

Commit e0a232b

Browse files
Rename deployment guard action and update settings
1 parent 3a9034f commit e0a232b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment-guard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deployment Guard
1+
name: Deployment Guard Self-Check
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 2
1414

1515
- name: Deployment Guard
16-
id: guard
1716
uses: BlueCodeIT/deployment-guard-action@v1
1817
with:
1918
api-key: ${{ secrets.GUARD_API_KEY }}
19+
fail-on-blocked: 'false'

0 commit comments

Comments
 (0)