Delete cleanup.yml

pull/6359/head
Victor Baranov 2 years ago committed by GitHub
parent ebd9ab623e
commit 79a0bd72f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .github/workflows/cleanup.yml

@ -1,15 +0,0 @@
name: Cleanup environments
on:
pull_request:
types:
- closed
- merged
workflow_dispatch:
jobs:
cleanup:
uses: blockscout/blockscout-ci-cd/.github/workflows/cleanup.yaml@master
with:
appNamespace: review-blockscout-$GITHUB_REF_SLUG
secrets: inherit
Loading…
Cancel
Save