Updates virtualenv docs page #2 #17
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Clean PR preview | |
on: | |
pull_request: | |
types: | |
- closed | |
concurrency: preview-${{ github.ref }} | |
jobs: | |
clean-deployment: | |
permissions: | |
contents: read | |
id-token: write | |
uses: ./.github/workflows/_clean_deployment.yml | |
with: | |
path: pr-${{ github.event.number }} | |
secrets: inherit | |
update-pr-comment: | |
needs: clean-deployment | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: marocchino/sticky-pull-request-comment@v2 | |
with: | |
header: pr-preview | |
message: | | |
The preview for this PR has been removed |