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 Dec 22, 2024
1 parent e20c472 commit 33c5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:

runs-on: ubuntu-latest
if: ${{ github.actor != 'mlcommons-bot' && !contains(github.event.head_commit.message, 'Updated results summary') }}
if: ${{ !contains(github.event.head_commit.message, 'Updated results summary') }}
env:
CM_INDEX: "on"
strategy:
Expand Down

0 comments on commit 33c5edf

Please sign in to comment.