You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): use labels and if branch=master to control jobs (#8508)
Implements a default CI list of e2e tests:
```
"e2e-2-pxes"
"e2e-authwit"
"e2e-avm-simulator"
"e2e-block-building"
"e2e-cross-chain-messaging"
"e2e-deploy-contract"
"e2e-fees"
"e2e-fees-gas-estimation"
"e2e-fees-private-payments"
"e2e-max-block-number"
"e2e-nested-contract"
"e2e-ordering"
"e2e-prover-full"
"e2e-static-calls"
```
More tests can be added on with labels.
All tests run on master.
0 commit comments