mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
don't run cleanup on merge (bottle.yml does that)
This commit is contained in:
parent
94101a0b93
commit
d02062d645
1
.github/workflows/cleanup.yml
vendored
1
.github/workflows/cleanup.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue