Skip to content

Commit 22c0daa

Browse files
committed
undeploy-1-setup.yml: Renamed deployment job to 'undeployment'
1 parent 1fd1b84 commit 22c0daa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/undeploy-1-setup.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: echo "deployment-environments=$(jq --compact-output '.prerelease-environments' ./config/deployment-environment.json)" >> $GITHUB_OUTPUT
4040

4141

42-
deployment:
43-
name: Deployment
42+
undeployment:
43+
name: Remove Deployment
4444
needs:
4545
- get-spack-env
4646
- get-prerelease-deployment-env

0 commit comments

Comments
 (0)