Skip to content

Commit adbb4b3

Browse files
authored
Merge pull request #397 from lambdaclass/eigenda-m0-merge-extra-features
feat(eigenda-m0): merge extra features
2 parents 579149f + d87568e commit adbb4b3

File tree

118 files changed

+3000
-2063
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+3000
-2063
lines changed

.github/workflows/ci-core-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
ci_run ./bin/run_on_all_chains.sh "zkstack dev test integration --no-deps --ignore-prerequisites" ${{ env.CHAINS }} ${{ env.INTEGRATION_TESTS_LOGS_DIR }}
464464
465465
- name: Repeat integration tests on push to main to check for flakiness
466-
if: ${{ (steps.condition.outputs.should_run == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main') }}
466+
if: ${{ (steps.condition.outputs.should_run == 'true' && github.ref == 'refs/heads/main') }}
467467
run: |
468468
for i in {1..10}; do
469469
echo "Iteration $i"
@@ -516,7 +516,7 @@ jobs:
516516
ci_run ./bin/run_on_all_chains.sh "zkstack dev test integration --no-deps --ignore-prerequisites --external-node" ${{ env.CHAINS }} ${{ env.INTEGRATION_TESTS_LOGS_DIR }}
517517
518518
- name: Repeat integration tests en on push to main to check for flakiness
519-
if: ${{ (steps.condition.outputs.should_run == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main') }}
519+
if: ${{ (steps.condition.outputs.should_run == 'true' && github.ref == 'refs/heads/main') }}
520520
run: |
521521
for i in {1..10}; do
522522
echo "Iteration $i"
@@ -538,7 +538,7 @@ jobs:
538538
ci_run ./bin/run_on_all_chains.sh "zkstack dev test fees --no-deps --no-kill" ${{ env.CHAINS }} ${{ env.FEES_LOGS_DIR }}
539539
540540
- name: Repeat fee projection tests on push to main to check for flakiness
541-
if: ${{ (steps.condition.outputs.should_run == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main') }}
541+
if: ${{ (steps.condition.outputs.should_run == 'true' && github.ref == 'refs/heads/main') }}
542542
run: |
543543
for i in {1..10}; do
544544
echo "Iteration $i"

0 commit comments

Comments
 (0)