Skip to content

Commit 074f4b7

Browse files
committed
Test
1 parent 45653ca commit 074f4b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/traffic-generator-image-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Create and Push Traffic Generator
55
on:
66
workflow_dispatch:
77
push:
8-
branches:
9-
- main
10-
paths:
11-
- 'sample-apps/traffic-generator/**'
8+
# branches:
9+
# - main
10+
# paths:
11+
# - 'sample-apps/traffic-generator/**'
1212

1313
permissions:
1414
id-token: write
@@ -54,7 +54,7 @@ jobs:
5454
uses: aws-actions/amazon-ecr-login@v2
5555

5656
- name: Build, tag, and push image to Amazon ECR
57-
working-directory: traffic-generator
57+
working-directory: sample-apps/traffic-generator
5858
env:
5959
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
6060
REPOSITORY: e2e-test-resource

0 commit comments

Comments
 (0)