Skip to content

Commit

Permalink
Update update-results.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 25, 2025
1 parent a1d0a9c commit b524f38
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: MLPerf inference results updater

on:
push:
branches: [ "auto-update", "v5.0" ]
branches: [ "main" ]

jobs:
build:
update-results:

runs-on: ubuntu-latest
env:
Expand All @@ -18,7 +18,11 @@ jobs:
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v3
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit b524f38

Please sign in to comment.