@@ -145,6 +145,8 @@ jobs:
145
145
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
146
146
with :
147
147
limit-access-to-actor : true
148
+ - if : always()
149
+ run : ruby .github/scripts/test_agent_check.rb
148
150
- if : always()
149
151
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
150
152
with :
@@ -280,6 +282,8 @@ jobs:
280
282
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
281
283
with :
282
284
limit-access-to-actor : true
285
+ - if : always()
286
+ run : ruby .github/scripts/test_agent_check.rb
283
287
- if : always()
284
288
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
285
289
with :
@@ -415,6 +419,8 @@ jobs:
415
419
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
416
420
with :
417
421
limit-access-to-actor : true
422
+ - if : always()
423
+ run : ruby .github/scripts/test_agent_check.rb
418
424
- if : always()
419
425
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
420
426
with :
@@ -550,6 +556,8 @@ jobs:
550
556
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
551
557
with :
552
558
limit-access-to-actor : true
559
+ - if : always()
560
+ run : ruby .github/scripts/test_agent_check.rb
553
561
- if : always()
554
562
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
555
563
with :
@@ -685,6 +693,8 @@ jobs:
685
693
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
686
694
with :
687
695
limit-access-to-actor : true
696
+ - if : always()
697
+ run : ruby .github/scripts/test_agent_check.rb
688
698
- if : always()
689
699
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
690
700
with :
@@ -820,6 +830,8 @@ jobs:
820
830
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
821
831
with :
822
832
limit-access-to-actor : true
833
+ - if : always()
834
+ run : ruby .github/scripts/test_agent_check.rb
823
835
- if : always()
824
836
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
825
837
with :
@@ -955,6 +967,8 @@ jobs:
955
967
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
956
968
with :
957
969
limit-access-to-actor : true
970
+ - if : always()
971
+ run : ruby .github/scripts/test_agent_check.rb
958
972
- if : always()
959
973
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
960
974
with :
@@ -1090,6 +1104,8 @@ jobs:
1090
1104
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
1091
1105
with :
1092
1106
limit-access-to-actor : true
1107
+ - if : always()
1108
+ run : ruby .github/scripts/test_agent_check.rb
1093
1109
- if : always()
1094
1110
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
1095
1111
with :
@@ -1225,6 +1241,8 @@ jobs:
1225
1241
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
1226
1242
with :
1227
1243
limit-access-to-actor : true
1244
+ - if : always()
1245
+ run : ruby .github/scripts/test_agent_check.rb
1228
1246
- if : always()
1229
1247
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
1230
1248
with :
@@ -1360,6 +1378,8 @@ jobs:
1360
1378
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
1361
1379
with :
1362
1380
limit-access-to-actor : true
1381
+ - if : always()
1382
+ run : ruby .github/scripts/test_agent_check.rb
1363
1383
- if : always()
1364
1384
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
1365
1385
with :
@@ -1495,6 +1515,8 @@ jobs:
1495
1515
uses : mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48
1496
1516
with :
1497
1517
limit-access-to-actor : true
1518
+ - if : always()
1519
+ run : ruby .github/scripts/test_agent_check.rb
1498
1520
- if : always()
1499
1521
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
1500
1522
with :
0 commit comments