Skip to content

Commit

Permalink
test(load-tests): fixed placement of referenced workflow-file
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Oct 31, 2024
1 parent b3a01e8 commit 6805004
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-k6-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6805004

Please sign in to comment.