Skip to content

Commit

Permalink
add worflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 6, 2024
1 parent 15fa648 commit 4fd3faa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bridge e2e test
on:
workflow_run:
workflows: [CI]
branches: [master]
branches: [girazoki-add-bridge-e2e-testing]
types: [completed]

jobs:
Expand Down Expand Up @@ -67,4 +67,11 @@ jobs:
- name: Check date
id: check_date
run: |
date --version
date --version
- name: Download build artifact from triggered workflow
uses: dawidd6/action-download-artifact@v2
with:
run_id: ${{ github.event.workflow_run.id }}
name: binaries
path: target/release
search_artifacts: true

0 comments on commit 4fd3faa

Please sign in to comment.