Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding testing pipline to the testing branch #1471
Adding testing pipline to the testing branch #1471
Changes from 217 commits
713c7fc
84fc2d6
0393b45
31110d5
bf6819e
365feef
ec6e193
c53c675
be0e2c8
5e3faac
f744582
377cd3f
71d254f
2126763
6736da3
2804633
e26e772
4ceb33f
1dde8ab
cc0f0e8
f478b1b
2b006d7
61c9767
32ee053
bc87e56
0c84c6d
b5767f1
fc5f03b
34cbd61
2be3f4c
6da1e4d
e09b186
b495680
754adaf
56a9863
72c63ea
eea8550
43ec6da
0b668b5
bfc9426
5836c7b
72b437f
976842d
37be943
b617f70
709b4b9
359d4c7
cf60d0f
08fdcaf
cccf5ef
1cdddba
6689023
23e3e2f
8493f12
81076c4
78bf31d
995846a
74026d8
db195ce
6497d9b
5be12ac
bccb9b0
2546229
d46ecf8
245b366
db2d137
d65b047
70d10af
a4431dd
a71dfde
2f5e2d5
db7417e
4aba9ca
cbbab58
9825385
7e2e57d
ae6dd75
00c3d36
b363d39
ca84628
6b88b3e
f123ebe
3d09b60
5fc7fd6
b1d2bc7
7aef4ef
e12f565
bb65be1
4aef5ae
8436011
42119fb
80b0621
c765af2
28da164
c574baf
8c1a69e
8e95a7f
c28cc21
243439e
6206969
79f8f46
50e5ae5
81fe69b
f317dc8
5c474df
d926d09
d5d5e40
5355d56
25d4ff7
417958a
ca8d04b
2c0a32e
d7e5af1
a865429
674cac9
e7984a9
a83f593
9b8a6f7
0398f25
d6738a9
24c983b
c39caca
d68233e
f0920de
d03dd09
50ee3ef
59debcf
82f01cc
2df389a
656c0d5
a6246ab
7f8a192
defc388
bbcea33
7b1b5ee
abf7ca5
35af21e
ce5a685
ba8b1be
e182365
14cefa3
a4c67b6
79080da
5f1a385
dcd82b7
8bb43da
1afbfaa
28ef7b2
333daf8
71eb122
83e5163
983342d
5bbcd7e
9b24d42
8c84903
6ec1c2a
9308b99
390350f
6899e49
b32cac0
34eebd3
dd30e6f
5bc7ae9
eb4b48a
77f86ed
612536f
1815a95
45d64ab
eb25faf
08ba6cf
8ab1841
20a66af
f0052ac
7fe9b3c
ff4e6f8
6fae9b8
44d2f03
4d636d2
5c32022
ed2dc77
ef23a7d
783b255
6def110
af46891
315247a
90f5a5e
262829e
7b8cf50
319bdbe
6b43875
a930d9f
9c3c3c9
df215bf
a773ada
7879040
d145150
813bc1b
3e0f14e
cee239c
edbc889
545f7d3
05481eb
152b947
a98fe87
51779bf
f2ca197
e997c31
b50265f
5f37d0a
3e9b086
4f50ea8
a56fbb8
8e529e0
bd895e9
2d4d594
4911591
3e95218
038e1b6
968a357
a06c632
58b1339
a4dc2c7
2008893
de442f0
21dc878
b4b17f4
004f40e
af0bd34
3b7764c
3b4fb52
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may not work. Depends if this template gets evaluated when
github.event_name
is defined.cancel-in-progress: ${{ github.event_name == 'pull_request' }}
If this works it will be great. Otherwise set this to
false
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
if
statement.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if: always()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if: always()