don't run cleanup on merge (bottle.yml does that)

This commit is contained in:
Jacob Heider 2022-12-20 18:31:45 -05:00
parent 94101a0b93
commit d02062d645
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -6,6 +6,7 @@ on:
jobs:
cleanup:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == false
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1