We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de601e2 commit e98fbf0Copy full SHA for e98fbf0
.github/workflows/docs.yaml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
permissions:
22
statuses: write
23
- if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
+ # if: ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}
24
runs-on: ubuntu-latest
25
defaults:
26
run:
@@ -59,7 +59,7 @@ jobs:
59
pull-requests: write
60
id-token: write
61
pages: write
62
63
64
65
0 commit comments