Skip to content

Commit 12d740d

Browse files
committed
Disable on push
1 parent 68aa8e0 commit 12d740d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing-vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ env:
1212
LABEL_DESCRIPTION: "[docker image built on a last commit id from the main branch] Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier. Archive Node by default."
1313

1414
on:
15-
push:
16-
branches:
17-
- 'main'
15+
# push:
16+
# branches:
17+
# - 'main'
1818
#tags:
1919
## only trigger on release tags:
2020
#- 'v*.*.*'

0 commit comments

Comments
 (0)