Browse Source

Don't run push_docker_image job if env = staging

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

1
.github/workflows/aws_deploy.yml

@ -24,6 +24,7 @@ env:
jobs:
push_docker_image:
if: inputs.environment != 'staging'
name: Push docker image to AWS
runs-on: ubuntu-latest
permissions:

Loading…
Cancel
Save