mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-15 13:00:07 +01:00
Remove schedule from Check URLs action
This is going to create lots of noise, especially in forks... how about let's not spam this action every day.
This commit is contained in:
9
.github/workflows/check_urls.yml
vendored
9
.github/workflows/check_urls.yml
vendored
@@ -1,12 +1,5 @@
|
||||
name: 🌐 Check URLs
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
# Every day at 18:00 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 * * *"
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
check-urls:
|
||||
|
||||
Reference in New Issue
Block a user