Skip to content

Commit fd4a885

Browse files
committed
Update workflow to allow it to be paused with a tag
1 parent f368fd5 commit fd4a885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-documentation-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212

1313
build-documentation-preview:
14+
if: ! contains(github.event.pull_request.labels.*.name, 'pause-pages') ## Temporary until todo above is fixed
1415
environment:
1516
name: pr-documentation-${{ github.event.pull_request.number }}
1617
url: https://hydephp.github.io/develop/pr-${{ github.event.pull_request.number }}/dev-docs-preview

0 commit comments

Comments
 (0)