Skip to content

Commit

Permalink
fix action name
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
M. Fatih Cırıt committed Jun 6, 2024
1 parent 71e6384 commit 3899e8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and Test
uses: ./.github/actions/build-and-test-action
uses: ./.github/actions/build-and-test
with:
container: ${{ matrix.container }}
container-suffix: ${{ matrix.container-suffix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and Test
uses: ./.github/actions/build-and-test-action
uses: ./.github/actions/build-and-test
with:
container: ${{ matrix.container }}
container-suffix: ${{ matrix.container-suffix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Build and Test
uses: ./.github/actions/build-and-test-action
uses: ./.github/actions/build-and-test
with:
container: ${{ matrix.container }}
container-suffix: ${{ matrix.container-suffix }}
Expand Down

0 comments on commit 3899e8a

Please sign in to comment.