Skip to content

Commit

Permalink
CI: workflows must live in the top level dir (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2023
1 parent c7e974b commit 3fdd931
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_staging_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
create-kosli-flow:
needs: [variables]
uses: ./.github/workflows/trails/sub_create_kosli_flow.yml
uses: ./.github/workflows/sub_create_kosli_flow_trails.yml
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }}
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
test:
needs: [variables, wait-for-image]
uses: ./.github/workflows/trails/sub_test.yml
uses: ./.github/workflows/sub_test_trails.yml
secrets:
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN_TRAILS }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down
File renamed without changes.

0 comments on commit 3fdd931

Please sign in to comment.