Skip to content

Commit

Permalink
Revert temp ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Jan 14, 2025
1 parent c956364 commit fac7ac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:

e2e:
needs: [images-e2e, configure]
if: false
if: needs.configure.outputs.e2e-all == 'true' || (needs.configure.outputs.non-docs == 'true' && needs.configure.outputs.non-bb == 'true')
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
run: |
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u aztecprotocolci --password-stdin
export CI=1 USE_CACHE=1
artifact="bench-2-${{matrix.test}}-$(./yarn-project/bootstrap.sh hash)"
artifact="bench-${{matrix.test}}-$(./yarn-project/bootstrap.sh hash)"
if ci3/test_should_run "$artifact"; then
docker pull aztecprotocol/aztec:${{ env.GIT_COMMIT }}
docker pull aztecprotocol/end-to-end:${{ env.GIT_COMMIT }}
Expand All @@ -267,7 +267,7 @@ jobs:
continue-on-error: true
run: tree ./yarn-project/end-to-end/out
- name: Store benchmark result
if: github.ref == 'refs/heads/master' || true
if: github.ref == 'refs/heads/master'
continue-on-error: true
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
with:
Expand Down

0 comments on commit fac7ac2

Please sign in to comment.