Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Публикация только если все проверки ок
  • Loading branch information
xtray85 committed Oct 1, 2023
1 parent bde98bd commit 96377ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 96377ee

Please sign in to comment.