We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10c6cc commit 7aaf8f8Copy full SHA for 7aaf8f8
.github/workflows/process-issue.yml
@@ -16,7 +16,9 @@ jobs:
16
name: Process Issue Open/Edit
17
runs-on: ubuntu-latest
18
19
- if: contains(github.event.issue.labels.*.name, 'gh-intermediate-class')
+ if: |
20
+ contains(github.event.issue.labels.*.name, 'gh-intermediate-class') &&
21
+ contains(github.event.issue.labels.*.name, 'provisioned') == false
22
23
steps:
24
- name: Checkout
0 commit comments