Skip to content

Commit bea256b

Browse files
committed
debug
1 parent 9083ecb commit bea256b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/k8s-regression-tester.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: |
5252
git clone https://github.com/0xPolygon/agglayer.git
5353
cd agglayer
54-
git checkout "${{ github.event.inputs.commit_id }}"
54+
# git checkout "${{ github.event.inputs.commit_id }}"
55+
git checkout c0a88f1
5556
5657
- name: Build JIT agglayer image to be used in ephemeral devnet
5758
run: |

0 commit comments

Comments
 (0)