File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: Swift
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
- pull_request :
7
- branches : [ main ]
8
6
pull_request_target :
9
7
branches : [ main ]
10
8
16
14
with :
17
15
xcode-version : ' 13.0'
18
16
- uses : actions/checkout@v2
17
+ with :
18
+ ref : ${{ github.event.pull_request.head.sha }}
19
19
-
uses :
webfactory/[email protected]
20
20
with :
21
21
ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
31
31
with :
32
32
swift-version : " 5.4"
33
33
- uses : actions/checkout@v2
34
+ with :
35
+ ref : ${{ github.event.pull_request.head.sha }}
34
36
-
uses :
webfactory/[email protected]
35
37
with :
36
38
ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
46
48
with :
47
49
xcode-version : ' 13.0'
48
50
- uses : actions/checkout@v2
51
+ with :
52
+ ref : ${{ github.event.pull_request.head.sha }}
49
53
-
uses :
webfactory/[email protected]
50
54
with :
51
55
ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
58
62
with :
59
63
xcode-version : ' 13.0'
60
64
- uses : actions/checkout@v2
65
+ with :
66
+ ref : ${{ github.event.pull_request.head.sha }}
61
67
-
uses :
webfactory/[email protected]
62
68
with :
63
69
ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
70
76
with :
71
77
xcode-version : ' 13.0'
72
78
- uses : actions/checkout@v2
79
+ with :
80
+ ref : ${{ github.event.pull_request.head.sha }}
73
81
-
uses :
webfactory/[email protected]
74
82
with :
75
83
ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
82
90
with :
83
91
xcode-version : ' 13.0'
84
92
- uses : actions/checkout@v2
93
+ with :
94
+ ref : ${{ github.event.pull_request.head.sha }}
85
95
-
uses :
webfactory/[email protected]
86
96
with :
87
97
ssh-private-key : ${{ secrets.SOVRAN_SSH_KEY }}
You can’t perform that action at this time.
0 commit comments