Skip to content

Always specify subscription id in AzureRM provider #9

Always specify subscription id in AzureRM provider

Always specify subscription id in AzureRM provider #9

Workflow file for this run

name: Labeled with deploy?
on:
pull_request:
types: [labeled, opened, synchronize, reopened]
paths:
- 'terraform/clusters/**'
jobs:
check_label:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: check_label
if: ${{ !contains(github.event.pull_request.labels.*.name, 'deploy') }}
run: |
echo "Missing deploy label"
exit 1