Skip to content

Commit c67019a

Browse files
committed
Revert "Introduce force failure for testing"
This reverts commit 05cda7d.
1 parent b4321a0 commit c67019a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
service_endpoint: ${{ steps.deploy-release.outputs.service_endpoint }}
4747

4848
steps:
49-
- run: exit 1
5049
- uses: actions/checkout@v4
5150

5251
- name: Set up Terraform
@@ -87,3 +86,4 @@ jobs:
8786
channel: "workflow-failures"
8887
message: "❌ [Failed deploying ${{ inputs.version }} to ${{ inputs.app_name }} ${{ inputs.environment }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
8988
secrets: inherit
89+

0 commit comments

Comments
 (0)