Skip to content

Commit

Permalink
rename ci and steps (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer authored Dec 23, 2024
1 parent f4c9785 commit ccb2ed4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches: [ develop ]

jobs:
build:

test:
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -31,8 +31,7 @@ jobs:
- name: Run tox
run: tox

binary:

build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -58,7 +57,7 @@ jobs:
path: dist/pyinstaller/manylinux_2_31_x86_64/Heavy

dispatch:
needs: build
needs: test
strategy:
matrix:
repo: ['Wasted-Audio/hvcc-examples-dpf', 'Wasted-Audio/hvcc-examples-js']
Expand Down

0 comments on commit ccb2ed4

Please sign in to comment.