remove skip ci (#52)
Reviewed-on: #52 Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com> Co-authored-by: Tino Schreiber <tino.schreiber@t-systems.com> Co-committed-by: Tino Schreiber <tino.schreiber@t-systems.com>
This commit is contained in:
@ -57,6 +57,6 @@ jobs:
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes to commit"
|
||||
else
|
||||
git commit -m "chore: update analytics data [skip ci]"
|
||||
git commit -m "chore: update analytics data"
|
||||
git push origin analytics-update --force
|
||||
fi
|
||||
|
Reference in New Issue
Block a user