Skip to content

Commit 45653ca

Browse files
committed
Move traffic generator folder under sample apps
1 parent 180d016 commit 45653ca

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- main
1010
paths:
11-
- 'traffic-generator/**'
11+
- 'sample-apps/traffic-generator/**'
1212

1313
permissions:
1414
id-token: write
@@ -94,7 +94,7 @@ jobs:
9494
aws-region: ${{ matrix.aws-region }}
9595

9696
- name: Upload traffic generator files
97-
working-directory: traffic-generator
97+
working-directory: sample-apps/traffic-generator
9898
run: |
9999
zip traffic-generator.zip ./index.js ./package.json
100100
aws s3 cp traffic-generator.zip s3://aws-appsignals-sample-app-prod-${{ matrix.aws-region }}/traffic-generator.zip
File renamed without changes.

0 commit comments

Comments
 (0)