Skip to content

Commit

Permalink
path?
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 24, 2022
1 parent e7f1280 commit 2bc256e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-use-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ concurrency:

jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/check-code.yml
uses: ./.github/workflows/check-code.yml
with:
actions-ref: ${{ github.sha }} # use local version

check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml
uses: ./.github/workflows/check-schema.yml
with:
azure-dir: ""

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml
uses: ./.github/workflows/check-package.yml
with:
artifact-name: dist-packages-${{ github.sha }}
import-name: "lightning_utilities"

check-docs:
uses: Lightning-AI/utilities/.github/workflows/check-docs.yml
uses: ./.github/workflows/check-docs.yml

0 comments on commit 2bc256e

Please sign in to comment.