diff --git a/.github/workflows/bench_job.yml b/.github/workflows/bench_job.yml index 9f0b0ef1..842f2527 100644 --- a/.github/workflows/bench_job.yml +++ b/.github/workflows/bench_job.yml @@ -1,21 +1,21 @@ # This is the reusable workflow file name: Distributed Job Runner -# on: -# workflow_call: -# inputs: -# config: -# required: true -# type: string -# model: -# required: true -# type: string -# calling_job_name: -# required: true -# type: string -# network_interface: -# required: true -# type: string +on: + workflow_call: + inputs: + config: + required: true + type: string + model: + required: true + type: string + calling_job_name: + required: true + type: string + network_interface: + required: true + type: string jobs: generate-matrix: runs-on: ubuntu-latest diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ab5eca6b..2750ac4a 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -1,11 +1,11 @@ name: Build and Test -# on: - # push: - # branches: [ '*' ] - # tags: [ '*' ] - # pull_request: - # branches: [ '*' ] +on: + push: + branches: [ '*' ] + tags: [ '*' ] + pull_request: + branches: [ '*' ] jobs: single-m4-pro: