mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-22 16:31:28 +02:00
[ci] Temporarily run agent-network e2e on push to this branch
Revert before merge; the workflow_dispatch API is not available to the automation that needs to trigger the 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 push to this branch to validate the DNS lazy-connection
|
||||
# warm-up end to end. Revert before merge.
|
||||
push:
|
||||
branches: ["feature/dns-lazy-conn-warmup"]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user