Skip to content

Commit 49c1d80

Browse files
authored
fix: fixed placement of referenced workflow-file (#1365)
<!--- Provide a general summary of your changes in the Title above --> ## Description Placed a referenced workflow-file in .github/workflows/<sub-directory>. Not allowed according to github. Fixed ## Related Issue(s) - #1326 ## Verification - [ ] **Your** code builds clean without any errors or warnings - [ ] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable)
1 parent b3a01e8 commit 49c1d80

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/dispatch-k6-performance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
jobs:
4545
k6-performance:
4646
name: "Run K6 performance test"
47-
uses: ./.github/workflows/performance-workflows/workflow-run-k6-performance.yml
47+
uses: ./.github/workflows/workflow-run-k6-performance.yml
4848
secrets:
4949
TOKEN_GENERATOR_USERNAME: ${{ secrets.TOKEN_GENERATOR_USERNAME }}
5050
TOKEN_GENERATOR_PASSWORD: ${{ secrets.TOKEN_GENERATOR_PASSWORD }}

0 commit comments

Comments
 (0)