Skip to content

Commit

Permalink
Disabled docs generation when a new tag is created during release
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Mar 19, 2024
1 parent afd1348 commit ac289de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ on:
- '*'

jobs:
docs:
uses: ./.github/workflows/jazzy.yml
tests:
uses: ./.github/workflows/test_macOS.yml
build:
needs: [docs, tests]
needs: [tests]
name: Build Sourcery for macOS
runs-on: macos-13
steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ on:
- '*'

jobs:
docs:
uses: ./.github/workflows/jazzy.yml
tests:
uses: ./.github/workflows/test_ubuntu.yml
build:
needs: [docs, tests]
needs: [tests]
name: Build Sourcery for Ubuntu (latest)
runs-on: ubuntu-22.04
outputs:
Expand Down

0 comments on commit ac289de

Please sign in to comment.