Skip to content

Commit 6a9bb81

Browse files
committed
Remove redundant close job
1 parent 648328c commit 6a9bb81

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,3 @@ jobs:
8989
run: |
9090
cd ..
9191
npm init typescript-playground-plugin playground-my-plugin
92-
93-
close_preview_environment:
94-
if: github.event.action == 'closed'
95-
runs-on: ubuntu-latest
96-
name: Close preview environment deployment
97-
steps:
98-
- uses: Azure/static-web-apps-deploy@v1
99-
with:
100-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROD }}
101-
action: "close"

0 commit comments

Comments
 (0)