Skip to content

Commit

Permalink
Merge pull request #5789 from matuzalemsteles/clay-nightly
Browse files Browse the repository at this point in the history
feat: add cron job to run clayui.com's nightly build
  • Loading branch information
matuzalemsteles authored Apr 1, 2024
2 parents 0aa9f63 + 1f12060 commit 4dd8faf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/clay-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Clayui.com Nightly Build

on:
schedule:
# Run at At 02:00 AM UTC (07:00 PM PDT)
- cron: '0 2 * * *'
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- name: Curl request
run: curl -X POST -d {} https://api.netlify.com/build_hooks/${{ secrets.NETLIFY_WEBHOOK }}

0 comments on commit 4dd8faf

Please sign in to comment.