Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rdagumampan committed May 22, 2022
2 parents c10a6fa + f04850d commit a0a4234
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: nightly-test-run-yuniql-linux-x64-latest

on:
schedule:
- cron: "0 0 * * *"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: trigger netlify build
run: |
curl -X POST -d '{}' https://ci.appveyor.com/api/github/webhook?id=v8rycdu2dkcgs1wm

0 comments on commit a0a4234

Please sign in to comment.