mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-21 16:01:28 +02:00
Temporarily run agent-network e2e on pushes to this branch
Remove before merge — workflow_dispatch isn't available to this session's tooling, so a push trigger stands in for the manual run.
This commit is contained in:
4
.github/workflows/agent-network-e2e.yml
vendored
4
.github/workflows/agent-network-e2e.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
workflow_dispatch:
|
||||
# TEMPORARY: run on pushes to the Kimi feature branch to exercise the new
|
||||
# provider scenarios with E2E_KIMI_TOKEN. Remove before merging.
|
||||
push:
|
||||
branches: [feat/kimi-3-agent-networks]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user