Skip to content

Commit e98fbf0

Browse files
committed
test removal of extra slash
1 parent de601e2 commit e98fbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
permissions:
2222
statuses: write
23-
if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
23+
# if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
2424
runs-on: ubuntu-latest
2525
defaults:
2626
run:
@@ -59,7 +59,7 @@ jobs:
5959
pull-requests: write
6060
id-token: write
6161
pages: write
62-
if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
62+
# if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
6363
runs-on: ubuntu-latest
6464
defaults:
6565
run:

0 commit comments

Comments
 (0)