Fix the workflows failing every comment (#25391)

* tgui rebuild

* fix this
This commit is contained in:
S34N
2024-05-05 17:07:46 +01:00
committed by GitHub
parent 9726b23d2c
commit bf356eaadb
+7 -5
View File
@@ -110,12 +110,14 @@ jobs:
git push origin
- name: Rebuild TGUI
if: |
git diff-tree --name-only -r $(git rev-parse HEAD~2) | grep "tgui/public/"
run: |
bash tgui/bin/tgui
git commit -m "Rebuild TGUI"
git push origin
if git diff-tree --name-only -r $(git rev-parse HEAD~2) | grep "tgui/public/"
bash tgui/bin/tgui
git commit -m "Rebuild TGUI"
git push origin
else
echo "No changes to rebuild TGUI"
fi
- name: Notify Failure
if: failure() && env.FAIL_NOTIFIED != 'true'