mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-28 10:31:29 +02:00
ci: temporarily run agent-network e2e on push to this branch
Add a push trigger scoped to agent-network-per-policy-model-allowlist so the e2e suite runs on each push while the branch is under review. Marked temporary; remove before merge.
This commit is contained in:
5
.github/workflows/agent-network-e2e.yml
vendored
5
.github/workflows/agent-network-e2e.yml
vendored
@@ -5,6 +5,11 @@ on:
|
||||
schedule:
|
||||
- cron: "0 3 * * *"
|
||||
workflow_dispatch:
|
||||
# TEMPORARY: run on every push to the per-policy model-allowlist branch while
|
||||
# it is under review. Remove this push trigger before merge.
|
||||
push:
|
||||
branches:
|
||||
- agent-network-per-policy-model-allowlist
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user