Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 11, 2024
1 parent 1a76ef0 commit abe83de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Viash components
name: Build

on:
push:
Expand All @@ -19,4 +19,3 @@ jobs:
uses: viash-io/viash-actions/.github/workflows/build.yaml@v6
with:
version: ${{ github.event.inputs.version }}
project_directory: viash/core
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Viash components
name: Test

on:
push:
Expand All @@ -9,5 +9,3 @@ on:
jobs:
test:
uses: viash-io/viash-actions/.github/workflows/test.yaml@v6
with:
project_directory: viash/core

0 comments on commit abe83de

Please sign in to comment.