Skip to content

Commit

Permalink
Move reusable folder to top level
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
  • Loading branch information
ArangoGutierrez committed Feb 13, 2025
1 parent 9961ba0 commit 0506cdd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ on:

jobs:
code-scanning:
uses: ./.github/workflows/reusable/code_scanning.yml
uses: ./.github/reusable/code_scanning.yaml

golang:
uses: ./.github/workflows/reusable/golang.yml
uses: ./.github/reusable/golang.yaml

image:
uses: ./.github/workflows/reusable/image.yml
uses: ./.github/reusable/image.yaml
needs: [golang, code-scanning]
secrets: inherit

e2e-test:
needs: golang
secrets: inherit
uses: ./.github/workflows/reusable/e2e.yml
uses: ./.github/reusable/e2e.yaml
File renamed without changes.

0 comments on commit 0506cdd

Please sign in to comment.