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

Commit

Permalink
auto run for commits to main
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Apr 10, 2024
1 parent de9906b commit 937a593
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ name: Regression Tests
bake_time:
description: bake time (minutes)
required: false
default: 30
default: 20
push:
branches:
- main
inputs:
zkevm_agglayer_commit_id:
description: 0xPolygon/agglayer commit id
required: false
default: '${{ github.event.before }}' # Set default value to commit ID being merged to main
bake_time:
description: bake time (minutes)
required: false
default: 20
jobs:
deploy_devnet:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 937a593

Please sign in to comment.