Disable GitHub Actions CI due to awesome_bot not working

This commit is contained in:
Hugo Locurcio
2020-12-05 01:14:01 +01:00
parent 9e4e34a74b
commit f300db8708

View File

@@ -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"