Browse Source

Run if false

testing-github-action-conditionals
Sam Seed 1 year ago
parent
commit
7d7dbae548
  1. 3
      .github/workflows/aws_deploy.yml

3
.github/workflows/aws_deploy.yml

@ -61,7 +61,8 @@ jobs:
environment: ${{ inputs.environment }}
needs: push_docker_image
if: |
always()
always() &&
false
steps:
- name: Configure AWS credentials

Loading…
Cancel
Save