Skip to content

Commit

Permalink
Disable build step in GH
Browse files Browse the repository at this point in the history
  • Loading branch information
luismedel committed Sep 21, 2024
1 parent b0dc8bf commit f177676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fire the publish workflow using Bluish
on: [push, workflow_dispatch]

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -16,4 +16,4 @@ jobs:
. .e/bin/activate
pip install --upgrade pip
pip install bluish
blu publish
blu ci:test-all

0 comments on commit f177676

Please sign in to comment.