From 13bfd5be1ef0ea3119b73a2e91a1ee7906464d36 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Sun, 10 Mar 2024 19:43:08 -0400 Subject: [PATCH] Rename workflow and job --- .github/workflows/deactivate-enviroments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deactivate-enviroments.yml b/.github/workflows/deactivate-enviroments.yml index 2b19b59c1..3c57a8ad3 100644 --- a/.github/workflows/deactivate-enviroments.yml +++ b/.github/workflows/deactivate-enviroments.yml @@ -1,4 +1,4 @@ -name: Deactivate Test +name: Deactivate Environments on: schedule: @@ -7,7 +7,7 @@ on: jobs: deploy: - name: Deactivate Test + name: Deactivate Environments permissions: id-token: write contents: read