Skip to content

Commit

Permalink
make it dependent on another workflowç
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 5, 2024
1 parent b745f95 commit 1fbfe90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Bridge e2e test

on:
workflow_run:
workflows: [release]
pull_request:
branches: [master]
types: [completed]

jobs:
e2e-bridge-test:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: self-hosted
steps:
- name: Checkout
Expand Down

0 comments on commit 1fbfe90

Please sign in to comment.