Browse Source

Run if skipped but without always()

testing-github-action-conditionals
Sam Seed 1 year ago
parent
commit
1862edf2b6
  1. 1
      .github/workflows/aws_deploy.yml

1
.github/workflows/aws_deploy.yml

@ -61,7 +61,6 @@ jobs:
environment: ${{ inputs.environment }}
needs: push_docker_image
if: |
always() &&
needs.push_docker_image.result == 'skipped'
steps:

Loading…
Cancel
Save