[ci] Use full path to job

This commit is contained in:
2022-01-10 19:40:58 +03:00
parent fac215de4e
commit 593664b6ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ jobs:
name: Build Docker image
runs-on: [self-hosted, linux, arm64]
steps:
- uses: ./.github/workflows/build.yml
- uses: CrazyHackGUT/telegram-bot/.github/workflows/build.yml
with:
arch: arm64