Skip to content

Commit

Permalink
Updates and refactors
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Kladov <artem.kladov@flant.com>
  • Loading branch information
z9r5 committed May 8, 2024
1 parent 22a76cb commit b107537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_templates/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ steps:
needs:
- discover
- pull_request_info
if: needs.discover.outputs.run_doc_changes == 'true'
if: ${{ needs.discover.outputs.run_doc_changes == 'true' && github.repository == 'deckhouse/deckhouse-test-2' }}
runs-on: ubuntu-latest
steps:
{!{ tmpl.Exec "checkout_step" $ctx | strings.Indent 2 }!}
Expand Down

0 comments on commit b107537

Please sign in to comment.