Added _trigger workflow

This commit is contained in:
Aleksandr Statciuk
2022-02-25 18:47:04 +03:00
parent de5414aa82
commit 68e08a9aa1
84 changed files with 417 additions and 85 deletions

View File

@@ -1,8 +1,12 @@
name: rev.bs
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
workflow_run:
workflows: [_trigger]
types:
- completed
jobs:
load:
uses: ./.github/workflows/_load.yml