add support for new label for branch-remove.yml workflow (#1261)

This commit is contained in:
Ruslan Ibragimov 2021-12-16 12:24:43 +03:00 committed by GitHub
parent 20e1d28fb4
commit 7804a6eb9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ on:
types: ['unlabeled']
jobs:
remove:
if: ${{ github.event.label.name == 'status/feature_testing' }}
if: ${{ github.event.label.name == 'status/feature_testing' || github.event.label.name == 'status/feature_testing_public' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2