From 7fe071a525965b94c2d633137b96e82d83f11941 Mon Sep 17 00:00:00 2001 From: Angel Campbell Date: Tue, 9 Apr 2024 11:42:04 -0700 Subject: [PATCH] add ChangeManagement environment to CTC check --- .github/workflows/ctc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ctc.yml b/.github/workflows/ctc.yml index 73f36aca73..109cb12176 100644 --- a/.github/workflows/ctc.yml +++ b/.github/workflows/ctc.yml @@ -3,10 +3,11 @@ name: ctc on: workflow_dispatch: workflow_call: - + jobs: create-ctc-lock: runs-on: ubuntu-latest + environment: ChangeManagement steps: - uses: actions/checkout@v3 - name: Call CTC API TO Create Lock