Skip to content

Commit

Permalink
Experiment with job outputs v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuhta committed Aug 2, 2024
1 parent 0ff5718 commit e2fbbc2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ jobs:
test:
name: Bench
runs-on: ubuntu-latest
outputs:
flame_graph_ids: ${{ steps.run_benchmarks.outputs.flame_graph_ids }}

steps:
- name: Set up Go 1.22
Expand Down Expand Up @@ -41,8 +39,6 @@ jobs:
- name: Get result
if: ${{ github.event_name == 'pull_request' }}
needs:
- run_benchmarks
run: |
echo '${{steps.create-comment.outputs.result}}'
echo '${{needs.run_benchmarks.outputs.flame_graph_ids}}'
echo '${{steps.run_benchmarks.outputs.flame_graph_ids}}'

0 comments on commit e2fbbc2

Please sign in to comment.