Skip to content

Conversation

@Defkon1
Copy link
Contributor

@Defkon1 Defkon1 commented Jan 23, 2026

Set a condition in GH action for execution (github repo owner) - Fix #75

WORKING_DIRECTORY: stories/BitBlazor.Stories
jobs:
build:
if: github.repository_owner == 'albx'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will just remember to change if we move the repository in an organization. But for me the change is OK

name: webapp
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
deploy:
if: github.repository_owner == 'albx'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@albx albx merged commit 2ab07c8 into albx:main Jan 24, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Don't execute bitblazor-stories GHA in forked repo

2 participants