temporarily disable github runner benchmarks

This commit is contained in:
Alex Cheema
2025-01-22 22:00:13 +00:00
parent 98d6e986bd
commit 09e12d8673
2 changed files with 21 additions and 21 deletions

View File

@@ -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

View File

@@ -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: