Skip to content

Commit af0a42e

Browse files
committed
Test
1 parent eb0e856 commit af0a42e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tester.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Nightly release
2+
3+
# Pushes `nightly` image tag as scheduled.
4+
5+
on:
6+
push:
7+
8+
jobs:
9+
k8s_canaries:
10+
uses: ./.github/workflows/component_k8s_canaries.yml
11+
with:
12+
image-tag: nightly
13+
cluster_name: Agent_Control_Canaries_Staging-Cluster
14+
secrets:
15+
AWS_ROLE_ARN: ${{ secrets.TMP_AWS_ROLE_ARN }}
16+
AWS_VPC_SUBNET: ${{ secrets.TMP_AWS_VPC_SUBNET }}

0 commit comments

Comments
 (0)