Skip to content

Commit

Permalink
Check for singular 'benchmark' in commit message
Browse files Browse the repository at this point in the history
[skip benchmark]
  • Loading branch information
ItEndsWithTens committed Feb 21, 2024
1 parent 594ad8c commit 65a5b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
continue
}
echo "skip_benchmarks=$($msg.Contains('[skip benchmarks]'))" >> $env:GITHUB_ENV
echo "skip_benchmarks=$($msg -match '[skip benchmarks?]')" >> $env:GITHUB_ENV
break
}
Expand Down

0 comments on commit 65a5b16

Please sign in to comment.