Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
ledongthuc committed Sep 11, 2021
2 parents b7887e6 + 0c440e7 commit d6c6609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/algocollector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: WeBuild algorithm collector

on:
schedule:
- cron: '0 17 * * 1'
- cron: '0 17 * * SUN'
workflow_dispatch:
branches:
- main
Expand All @@ -19,5 +19,5 @@ jobs:
- name: Collect
run: |
ACCESS_TOKEN=${{ secrets.rubyvn_algorithms_collector }} OWNER=ruby-vietnam REPO=hardcore-rule go install github.com/ruby-vietnam/hardcore-rule/algorithms/collector@latest;
ACCESS_TOKEN=${{ secrets.rubyvn_algorithms_collector }} OWNER=ruby-vietnam REPO=hardcore-rule collector
ACCESS_TOKEN=${{ secrets.rubyvn_algorithms_collector }} REAL_MODE=true OWNER=ruby-vietnam REPO=hardcore-rule collector

0 comments on commit d6c6609

Please sign in to comment.