Browse Source

[gh actions][xs]: run it on every commit for test.

master
anuveyatsu 4 years ago
parent
commit
65e4925137
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      .github/workflows/actions.yml

+ 1
- 5
.github/workflows/actions.yml View File

@ -1,9 +1,5 @@
on:
schedule:
- cron: '0 0 * * *'
jobs:
deploy:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master


Loading…
Cancel
Save