mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-19 00:26:01 +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)
|
git diff --quiet && git diff --staged --quiet || (git commit -m "Daily update from Dark Visitors" && git push)
|
||||||
shell: bash
|
shell: bash
|
||||||
call-main:
|
call-main:
|
||||||
|
needs: dark-visitors
|
||||||
uses: ./.github/workflows/main.yml
|
uses: ./.github/workflows/main.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue