Skip to content

Commit

Permalink
temporarily disable github runner benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jan 22, 2025
1 parent 98d6e98 commit 09e12d8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/bench_job.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 09e12d8

Please sign in to comment.