Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/bitblazor-stories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
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

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,6 +36,7 @@ jobs:
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

runs-on: ubuntu-latest
needs: build
steps:
Expand Down
Loading