diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd447ab42..06131e041 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ ## including logs, metrics, and traces. name: Test on: - push: +# push: permissions: id-token: write diff --git a/.github/workflows/traffic-generator-image-build.yml b/.github/workflows/traffic-generator-image-build.yml index 73b472099..5db313d2b 100644 --- a/.github/workflows/traffic-generator-image-build.yml +++ b/.github/workflows/traffic-generator-image-build.yml @@ -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 diff --git a/traffic-generator/package.json b/traffic-generator/package.json index 8291f936d..028386ea6 100644 --- a/traffic-generator/package.json +++ b/traffic-generator/package.json @@ -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"