Skip to content

Commit

Permalink
Don't skip ci for automated script update
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Sep 11, 2023
1 parent 059221f commit 8eef025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dotnet-install-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Add / update and commit
git add src/dotnet/scripts/vendor/dotnet-install.sh
git commit -m 'Automated dotnet-install script update [skip ci]' || export NO_UPDATES=true
git commit -m 'Automated dotnet-install script update' || export NO_UPDATES=true
# Push
if [ "$NO_UPDATES" != "true" ] ; then
Expand Down

0 comments on commit 8eef025

Please sign in to comment.