Skip to content

A0-2918: Add conditions to all steps of contracts-deploy #163

A0-2918: Add conditions to all steps of contracts-deploy

A0-2918: Add conditions to all steps of contracts-deploy #163

---
name: PR close
on:
pull_request:
types: [closed]
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
if: >
github.event.action == 'closed' &&
!contains(github.event.pull_request.labels.*.name, 'state:deleted-featurenet') &&
contains(github.event.pull_request.labels.*.name, 'state:created-featurenet')
name: Delete featurenet
uses: ./.github/workflows/_delete-featurenet.yml
secrets: inherit