Skip to content

feat: eval template string in binary expr (#5064) #32

feat: eval template string in binary expr (#5064)

feat: eval template string in binary expr (#5064) #32

Workflow file for this run

name: Benchmark Main
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
tags-ignore:
- "**"
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Run Benchmark
uses: convictional/trigger-workflow-and-wait@v1.6.1
with:
owner: ${{ github.repository_owner }}
repo: 'rspack-ecosystem-benchmark'
workflow_file_name: 'bench_rspack_merge_queue.yml'
github_token: ${{ secrets.RSPACK_BOT_ACCESS_TOKEN }}
ref: 'main'
client_payload: '{"rspack_ref":"${{ github.ref }}"}'