This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Pull request
2
+ run-name : " ${{ github.event.pull_request.title }} / [${{ github.actor }}] is testing${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name && format(' from fork [{0}]', github.event.pull_request.head.repo.full_name) || format(' from current repo') }} 🚀"
2
3
3
4
on :
4
5
pull_request :
12
13
- " README.md"
13
14
14
15
concurrency :
15
- group : ${{ github.head_ref }}/${{ github.ref }}
16
+ group : ${{ github.event.pull_request.head.repo.full_name }}-${{ github. head_ref }}/${{ github.ref }}
16
17
cancel-in-progress : true
17
18
18
19
env :
19
20
PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
20
21
PULL_REQUEST_BRANCH : ${{ github.head_ref }}
21
22
BRANCH : ${{ github.event.pull_request.head.ref }}
23
+ REPOSITORY : ${{ github.event.pull_request.head.repo.full_name }}
22
24
REGISTRY : ghcr.io
23
25
IMAGE_NAME : " ghcr.io/${{ github.repository }}"
24
26
RELEASE : false
27
+ FORKED : ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name }}
25
28
26
29
jobs :
27
30
config :
37
40
- name : Checkout
38
41
uses : actions/checkout@v3
39
42
with :
43
+ repository : ${{ env.REPOSITORY }}
40
44
ref : ${{ env.BRANCH }}
41
45
42
46
- name : Read config
70
74
- name : Checkout
71
75
uses : actions/checkout@v3
72
76
with :
77
+ repository : ${{ env.REPOSITORY }}
73
78
ref : ${{ env.BRANCH }}
74
79
75
80
- name : Setup Golang
@@ -153,6 +158,7 @@ jobs:
153
158
- name : Checkout
154
159
uses : actions/checkout@v3
155
160
with :
161
+ repository : ${{ env.REPOSITORY }}
156
162
ref : ${{ env.BRANCH }}
157
163
158
164
- name : Set alpha version
@@ -197,6 +203,7 @@ jobs:
197
203
- name : Checkout
198
204
uses : actions/checkout@v3
199
205
with :
206
+ repository : ${{ env.REPOSITORY }}
200
207
ref : ${{ env.BRANCH }}
201
208
202
209
- name : Setup instantclient cache
You can’t perform that action at this time.
0 commit comments