Skip to content

Commit

Permalink
#493 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Nov 11, 2024
1 parent 53357d9 commit 32467a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "develop" ]
tags: [ "v**" ]
pull_request:
branches: [ "develop", "wip/**" ]
branches: [ "develop" ]

jobs:
checksecret:
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:

publish-artifacts:
runs-on: ubuntu-latest
# needs: [ 'build', 'checksecret' ]
needs: [ 'build', 'checksecret' ]
if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
strategy:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
name: Release and Notify Docs
runs-on: ubuntu-latest
continue-on-error: false
# needs: [ 'build', 'checksecret' ]
needs: [ 'build', 'checksecret' ]
#if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
strategy:
Expand Down
3 changes: 0 additions & 3 deletions devops/.env-basic.sh

This file was deleted.

0 comments on commit 32467a9

Please sign in to comment.