Skip to content

Commit

Permalink
ci: fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyunjin committed Nov 29, 2023
1 parent 7994727 commit 54cc8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 120
needs: skip_check
if: ${{ needs.skip_check.outputs.should_skip != 'true' && github.repository == 'dani-garcia/vaultwarden' }}
if: ${{ needs.skip_check.outputs.should_skip != 'true' && github.repository == 'nekowarden/server' }}
# TODO: Start a local docker registry to be used to extract the final Alpine static build images
# services:
# registry:
Expand Down

0 comments on commit 54cc8a4

Please sign in to comment.