Skip to content

Commit dda5074

Browse files
committed
(ELI-466) removing guard
1 parent 8922b83 commit dda5074

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/base-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ on:
1919
secrets: {}
2020

2121
jobs:
22-
act_guard:
23-
steps:
24-
- name: Dry run guard
25-
if: env.DRY_RUN == 'true'
26-
run: |
27-
echo "DRY RUN: would deploy ${INPUT_environment} ref ${INPUT_ref} release_type ${INPUT_release_type}"
28-
exit 0
2922
metadata:
3023
name: "Set CI/CD metadata"
3124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)