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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user