Compare commits

..

3 commits

Author SHA1 Message Date
13c8bdccfa Revert "retry torchlight step if it gets hung"
This reverts commit 50597ea7d4.
2024-01-21 07:59:53 -06:00
50597ea7d4 retry torchlight step if it gets hung 2024-01-21 07:57:38 -06:00
9dbc4542c2 remove daily netlify build 2024-01-21 07:47:11 -06:00

View file

@ -1,14 +0,0 @@
name: Daily build
on:
schedule:
- cron: "0 13 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger build webhook on Netlify
run: curl -s -X POST "https://api.netlify.com/build_hooks/${TOKEN}"
env:
TOKEN: ${{ secrets.NETLIFY_CRON_BUILD_HOOK }}