Skip to content

Commit 6f020b9

Browse files
authored
Merge pull request #12 from mlcommons/anandhu-eng-patch-3
Fix for GH action going to infinite loop
2 parents 80d5317 + 837c138 commit 6f020b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/update-results.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: MLPerf inference results updater
33

44
on:
55
push:
6-
branches: [ "main", "v5.0" ]
6+
branches: [ "main" ]
7+
paths:
8+
- "closed/**"
9+
- "open/**"
10+
- "network/**"
711

812
jobs:
913
build:
@@ -15,7 +19,7 @@ jobs:
1519
python-version: [ "3.10" ]
1620

1721
steps:
18-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
1923
- name: Set up Python ${{ matrix.python-version }}
2024
uses: actions/setup-python@v3
2125
with:

0 commit comments

Comments
 (0)