Browse Source
Re-add `if` check to release workflow (#6227)
- prevents container builds from running on forks
pull/6229/head
Daniel
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/release.yml
|
|
@ -19,6 +19,7 @@ concurrency: |
|
|
|
jobs: |
|
|
|
docker-build: |
|
|
|
name: Build Vaultwarden containers |
|
|
|
if: ${{ github.repository == 'dani-garcia/vaultwarden' }} |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
contents: read |
|
|
|