Skip to content

Commit

Permalink
[DEV-1074] Fix workflow calling
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
  • Loading branch information
Andrew Nikitin committed Apr 14, 2022
1 parent c5c8047 commit d739d0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:

call-lint:
name: "Lint"
uses: cheqd/cheqd-did-resolver/.github/workflows/markdown-lint.yml@main
uses: ./.github/workflows/markdown-lint.yml

# call-build:
# name: "Build"
# needs: call-lint
# uses: cheqd/cheqd-did-resolver/.github/workflows/build.yml@main
call-build:
name: "Build"
needs: call-lint
uses: ./.github/workflows/build.yml

call-test:
name: "Tests"
needs: call-build
uses: cheqd/cheqd-did-resolver/.github/workflows/test.yml@main
uses: ./.github/workflows/test.yml

0 comments on commit d739d0e

Please sign in to comment.