diff --git a/.github/workflows/dispatch-k6-performance.yml b/.github/workflows/dispatch-k6-performance.yml index 03f02c471..d06c594fa 100644 --- a/.github/workflows/dispatch-k6-performance.yml +++ b/.github/workflows/dispatch-k6-performance.yml @@ -44,7 +44,7 @@ on: jobs: k6-performance: name: "Run K6 performance test" - uses: ./.github/workflows/performance-workflows/workflow-run-k6-performance.yml + uses: ./.github/workflows/workflow-run-k6-performance.yml secrets: TOKEN_GENERATOR_USERNAME: ${{ secrets.TOKEN_GENERATOR_USERNAME }} TOKEN_GENERATOR_PASSWORD: ${{ secrets.TOKEN_GENERATOR_PASSWORD }} diff --git a/.github/workflows/performance-workflows/workflow-run-k6-performance.yml b/.github/workflows/workflow-run-k6-performance.yml similarity index 100% rename from .github/workflows/performance-workflows/workflow-run-k6-performance.yml rename to .github/workflows/workflow-run-k6-performance.yml