File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Docs
2
2
3
3
on :
4
4
pull_request :
5
- branches :
6
- - ' main'
7
5
paths :
8
6
- ' website/**'
9
7
push :
@@ -20,13 +18,13 @@ jobs:
20
18
build :
21
19
permissions :
22
20
statuses : write
23
- if : " ${{ github.event_name != 'push' && github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}"
21
+ if : " ${{ github.event_name != 'push' }}"
24
22
runs-on : ubuntu-latest
25
23
defaults :
26
24
run :
27
25
working-directory : website
28
26
steps :
29
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
27
+ - uses : actions/checkout@v4
30
28
- name : Setup Pages
31
29
uses : actions/configure-pages@v5
32
30
- uses : actions/setup-node@v4
@@ -50,14 +48,13 @@ jobs:
50
48
path : website/build
51
49
retention-days : 365
52
50
53
- # Deployment job
54
51
deploy :
55
52
permissions :
56
53
statuses : write
57
54
pull-requests : write
58
55
id-token : write
59
56
pages : write
60
- if : " ${{ github.event_name != 'push' && github. repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}"
57
+ if : " ${{ github.repository_owner == 'weaveworks' && !github.event.pull_request.head.repo.fork }}"
61
58
runs-on : ubuntu-latest
62
59
defaults :
63
60
run :
You can’t perform that action at this time.
0 commit comments