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