Merge pull request #10865 from godotengine/master

Update 4.4 branch
This commit is contained in:
Max Hilbrunner
2025-04-14 23:11:54 +02:00
committed by GitHub
121 changed files with 806 additions and 359 deletions
+2 -4
View File
@@ -1,12 +1,10 @@
name: 🌐 Check URLs
on:
push:
pull_request:
schedule:
# Every day at 18:00 UTC.
# Every Friday at 16:27 UTC.
# URLs can decay over time. Setting up a schedule makes it possible to be warned
# about dead links as soon as possible.
- cron: "0 18 * * *"
- cron: "27 16 * * FRI"
jobs:
check-urls: