Commit 2620c83 1 parent 36dd9d5 commit 2620c83 Copy full SHA for 2620c83
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 46
46
outputs :
47
47
username : ${{ steps.compute_username.outputs.username }}
48
48
avm-transpiler : ${{ steps.filter.outputs.avm-transpiler }}
49
- aztec-network : ${{ steps.filter.outputs.aztec-network }}
50
49
build-images : ${{ steps.filter.outputs.build-images }}
51
50
barretenberg : ${{ steps.filter.outputs.barretenberg }}
52
51
barretenberg-cpp : ${{ steps.filter.outputs.barretenberg-cpp }}
91
90
- 'build-images/**'
92
91
noir:
93
92
- 'noir/**'
94
- aztec-network:
95
- - 'aztec-network/**'
96
93
avm-transpiler:
97
94
- 'avm-transpiler/**'
98
95
l1-contracts:
@@ -664,7 +661,7 @@ jobs:
664
661
665
662
kind-smoke-test :
666
663
needs : [build, configure]
667
- if : needs.configure.outputs.aztec-network == 'true' || needs.configure.outputs. yarn-project == 'true' || github.ref_name == 'master'
664
+ if : needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master'
668
665
runs-on : ${{ needs.configure.outputs.username }}-x86
669
666
steps :
670
667
- uses : actions/checkout@v4
@@ -695,8 +692,8 @@ jobs:
695
692
# note: proving disabled
696
693
kind-network-test :
697
694
needs : [build, configure]
698
- if : contains(github.event.pull_request.labels.*.name, 'network-all') || needs.configure.outputs.aztec-network == 'true' || needs.configure.outputs. yarn-project == 'true' || github.ref_name == 'master'
699
- runs-on : ubuntu-latest
695
+ if : contains(github.event.pull_request.labels.*.name, 'network-all') || ( needs.configure.outputs.yarn-project == 'true' && github.ref_name == 'master')
696
+ runs-on : ${{ needs.configure.outputs.username }}-x86
700
697
strategy :
701
698
fail-fast : false
702
699
matrix :
You can’t perform that action at this time.
0 commit comments