1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

only run BIT trigger workflow when Build Browser workflow completes successfully (#16572)

This commit is contained in:
Jonathan Prusik
2025-09-29 16:32:18 -04:00
committed by GitHub
parent 5f7e1f99bf
commit f92eddf7b9

View File

@@ -11,6 +11,7 @@ jobs:
check-files: check-files:
name: Check files name: Check files
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions: permissions:
actions: write actions: write
contents: read contents: read