mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-24 23:59:08 +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:
@@ -5,6 +5,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 3 * * *"
|
- cron: "0 3 * * *"
|
||||||
workflow_dispatch:
|
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:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user