Skip to content

Commit 3009fd3

Browse files
authored
Taking out a bad change on docs rule (#4356)
1 parent 5b488c2 commit 3009fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
retention-days: 90
5151

5252
deploy:
53-
if: "${{ github.repository_owner == 'weaveworks' && github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork" }}"
53+
if: "${{ github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}"
5454
permissions:
5555
statuses: write
5656
pull-requests: write

0 commit comments

Comments
 (0)