mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 19:13:57 +00:00
fix job dependency
This commit is contained in:
parent
d4f34363ec
commit
09c6b78b46
1 changed files with 1 additions and 0 deletions
1
.github/workflows/daily_update.yml
vendored
1
.github/workflows/daily_update.yml
vendored
|
@ -20,5 +20,6 @@ jobs:
|
|||
git diff --quiet && git diff --staged --quiet || (git commit -m "Daily update from Dark Visitors" && git push)
|
||||
shell: bash
|
||||
call-main:
|
||||
needs: dark-visitors
|
||||
uses: ./.github/workflows/main.yml
|
||||
secrets: inherit
|
Loading…
Reference in a new issue