fix: remove on push trigger for fleet wf

- reset back to use the latest docker image
This commit is contained in:
Roman 2026-05-08 14:57:01 +08:00
parent 723470c5c7
commit 5e346daca9
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E
2 changed files with 1 additions and 5 deletions

View File

@ -7,10 +7,6 @@ concurrency:
on:
schedule:
- cron: '0 2 * * *'
push:
branches:
- test-waku-fleet
workflow_dispatch:
inputs:
node1:

View File

@ -14,7 +14,7 @@ def get_env_var(var_name, default=None):
# Configuration constants. Need to be upercase to appear in reports
DEFAULT_NWAKU = "wakuorg/nwaku:v0.38.0"
DEFAULT_NWAKU = "wakuorg/nwaku:latest"
STRESS_ENABLED = False
USE_WRAPPERS = True
NODE_1 = get_env_var("NODE_1", DEFAULT_NWAKU)