Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Jul 25, 2024
1 parent 9270642 commit cfd3923
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## including logs, metrics, and traces.
name: Test
on:
push:
# push:

permissions:
id-token: write
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/traffic-generator-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Create and Push Traffic Generator Image
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'traffic-generator/**'
# branches:
# - main
# paths:
# - 'traffic-generator/**'

permissions:
id-token: write
Expand Down
1 change: 1 addition & 0 deletions traffic-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "traffic-generator",
"version": "1.0.0",
"description": "A simple traffic generator that sends GET requests to a list of URLs every 2 minutes",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
Expand Down

0 comments on commit cfd3923

Please sign in to comment.