We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648328c commit 6a9bb81Copy full SHA for 6a9bb81
1 file changed
.github/workflows/CI.yml
@@ -89,13 +89,3 @@ jobs:
89
run: |
90
cd ..
91
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