1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Revert "fix: show content table preview urls after deploy" (#29853)

This commit is contained in:
Rachael Sewell
2022-08-11 09:53:59 -07:00
committed by GitHub
parent 1101941834
commit a60db5d2b9
2 changed files with 5 additions and 23 deletions

View File

@@ -5,10 +5,6 @@ name: Content Changes Table Comment
# **Who does it impact**: docs-internal/docs maintainers and contributors
on:
# Trigger this workflow after preview deployment runs
workflow_run:
workflows:
- Azure - Deploy Preview Environment
workflow_dispatch:
pull_request_target:
@@ -44,6 +40,7 @@ jobs:
filters: |
filterContentDir:
- 'content/**/*'
filterContentDir:
needs: PR-Preview-Links
if: ${{ needs.PR-Preview-Links.outputs.filterContentDir == 'true' }}