1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +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:
name: Check files
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
actions: write
contents: read