From 8eef025cccfb68f5b1939757ff32ab45874924e1 Mon Sep 17 00:00:00 2001 From: Steven Liekens Date: Mon, 11 Sep 2023 17:54:56 +0000 Subject: [PATCH] Don't skip ci for automated script update --- .github/workflows/update-dotnet-install-script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dotnet-install-script.yml b/.github/workflows/update-dotnet-install-script.yml index 910f1b855..56adf854d 100644 --- a/.github/workflows/update-dotnet-install-script.yml +++ b/.github/workflows/update-dotnet-install-script.yml @@ -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