1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-10-08 17:24:32 +00:00

Re-add if check to release workflow (#6227)

- prevents container builds from running on forks
This commit is contained in:
Daniel 2025-08-25 21:44:31 +03:00 committed by GitHub
commit 55577fa4eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ concurrency:
jobs:
docker-build:
name: Build Vaultwarden containers
if: ${{ github.repository == 'dani-garcia/vaultwarden' }}
permissions:
packages: write
contents: read