Skip to content

Bump terraform-aws-modules/eks/aws from 20.24.2 to 20.26.0 in /terraform/environments/analytical-platform-compute #15166

Bump terraform-aws-modules/eks/aws from 20.24.2 to 20.26.0 in /terraform/environments/analytical-platform-compute

Bump terraform-aws-modules/eks/aws from 20.24.2 to 20.26.0 in /terraform/environments/analytical-platform-compute #15166

Workflow file for this run

name: Enforce do not merge label
on:
pull_request:
types: [synchronize, opened, reopened, labeled, unlabeled]
permissions:
contents: read
jobs:
do-not-merge:
if: ${{ contains(github.event.*.labels.*.name, 'DO NOT MERGE') }}
name: Prevent merging
runs-on: ubuntu-latest
steps:
- name: Check for label
run: |
echo "Pull request is labeled as 'DO NOT MERGE'"
echo "This workflow fails so that the pull request cannot be merged"
exit 1