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:
parent
843c063649
commit
55577fa4eb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -19,6 +19,7 @@ concurrency:
|
|||
jobs:
|
||||
docker-build:
|
||||
name: Build Vaultwarden containers
|
||||
if: ${{ github.repository == 'dani-garcia/vaultwarden' }}
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue