mirror of
https://github.com/godotengine/awesome-godot.git
synced 2026-09-03 23:36:03 +03:00
Disable GitHub Actions CI due to awesome_bot not working
This commit is contained in:
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
@@ -1,13 +1,16 @@
|
||||
name: Continuous integration
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
# Every day at midnight (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 0 * * *"
|
||||
# Disabled because awesome_bot fails to run properly on GitHub Actions
|
||||
# (429 errors on github.com URLs).
|
||||
#
|
||||
# on:
|
||||
# push:
|
||||
# pull_request:
|
||||
# schedule:
|
||||
# # Every day at midnight (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 0 * * *"
|
||||
|
||||
env:
|
||||
RUBY_VERSION: "2.7.2"
|
||||
|
||||
Reference in New Issue
Block a user