Skip to content

Commit 5b185c5

Browse files
Increase disk space for github runners.
1 parent 2d902e0 commit 5b185c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/fault-proof-eigenda-docker-build.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: Build & push EigenDA fault-proof images
22

33
on:
4-
push:
5-
branches: [ espresso-integration, philippe/adjustments-espresso-config-files ]
4+
pull_request:
5+
branches:
6+
- "**"
67
workflow_dispatch: {}
78

89
jobs:
910
build-fault-proof-eigenda:
10-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-8core
1112
permissions:
1213
contents: read
1314
packages: write

0 commit comments

Comments
 (0)