Skip to content

Commit

Permalink
delete the PR env from github during cleanup, put api-filter back the…
Browse files Browse the repository at this point in the history
… way it was
  • Loading branch information
TimHess committed Feb 27, 2024
1 parent 2073e90 commit bb42d7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Delete slot on staging site
run: az webapp deployment slot delete --resource-group ${{ vars.AZURE_RESOURCE_GROUP }} --name ${{ vars.AZURE_WEBAPP_NAME}} --slot ${{ env.SLOT_NAME }}

Expand All @@ -29,4 +29,3 @@ jobs:
with:
environment: "pr-${{ github.event.number }}"
token: ${{ secrets.GITHUB_TOKEN }}
onlyRemoveDeployments: true
4 changes: 4 additions & 0 deletions api-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ apiRules:
- exclude:
uidRegex: ^$
type: Namespace
# Excluding types in Graphs namespace, originating from Management/.../DotNetHeapDump
- exclude:
uidRegex: ^Graphs
type: Namespace
- exclude:
uidRegex: ^OpenCensus\.*
type: Namespace
Expand Down

0 comments on commit bb42d7a

Please sign in to comment.