mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Delete daily netlify deploy jobs
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
# .github/workflows/main.yml
|
||||
|
||||
name: Trigger Netlify Build Daily
|
||||
on:
|
||||
schedule:
|
||||
# Run at 0815 daily
|
||||
- cron: '15 8 * * *'
|
||||
jobs:
|
||||
build:
|
||||
name: Request Netlify Webhook
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Curl request
|
||||
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_WEBHOOK }}
|
||||
Reference in New Issue
Block a user