Skip to content

Commit

Permalink
remove non-necessary download build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 6, 2024
1 parent 5c85a05 commit 8deb384
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Bridge e2e test
on:
workflow_run:
workflows: [CI]
pull_request:
branches: [master]
types: [completed]

Expand Down Expand Up @@ -66,11 +65,4 @@ jobs:
- name: Check date
id: check_date
run: |
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
date --version

0 comments on commit 8deb384

Please sign in to comment.