Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 9, 2024
1 parent a61c393 commit b710aaa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on: [push]

jobs:
build_docs:
# # https://github.com/orgs/community/discussions/26238
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# needs: "Commit push"
# https://github.com/orgs/community/discussions/26238
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: "Commit push"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
path: build/docs

deploy_docs:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: build_docs
runs-on: ubuntu-latest
environment:
Expand All @@ -57,8 +57,8 @@ jobs:
uses: actions/deploy-pages@v4

build_exe:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# needs: "Commit push"
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: "Commit push"
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -83,8 +83,8 @@ jobs:
if-no-files-found: error

testpypi_publish:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# needs: "Commit push"
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: "Commit push"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b710aaa

Please sign in to comment.