Skip to content

Commit f92eddf

Browse files
authored
only run BIT trigger workflow when Build Browser workflow completes successfully (#16572)
1 parent 5f7e1f9 commit f92eddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-browser-interactions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
check-files:
1212
name: Check files
1313
runs-on: ubuntu-22.04
14+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1415
permissions:
1516
actions: write
1617
contents: read

0 commit comments

Comments
 (0)