Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
test v1.0.7 with short sha
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed May 8, 2024
1 parent 494f0aa commit b2450ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Regression Tests - Agglayer

on:
pull_request:
types: [opened, synchronize] # Trigger on new pull requests and when existing ones are synchronized
types: [opened, synchronize] # Trigger on new PR's and existing ones with new commits
branches:
- main

Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

env:
GITHUB_SHA: ${{ github.event.pull_request.head.sha }}
GITHUB_SHA: ${{ github.sha }}

steps:
- name: Checkout
Expand All @@ -21,6 +21,6 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Run regression tests against custom user-specified images
uses: 0xPolygon/[email protected].6
uses: 0xPolygon/[email protected].7
with:
zkevm_agglayer: ${{ env.GITHUB_SHA }}

0 comments on commit b2450ff

Please sign in to comment.