Skip to content

Commit

Permalink
refactor: updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 23, 2024
1 parent 8f5168a commit 494b52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

deploy:
uses: ./.github/workflows/02-deploy-gh-pages.yml
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'dbsystel') }}
if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }}
needs: [test, cypress, build-playground]

publish:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Playground for testing GitHub CI/CD

gets deployed to https://dbsystel.github.io/cicd-playground/ out of the folder `/public/`
gets deployed to https://db-ui.github.io/cicd-playground/ out of the folder `/public/`

0 comments on commit 494b52d

Please sign in to comment.