[fix] Fixed CI

This commit is contained in:
ITQ
2024-04-01 01:33:42 +03:00
parent 78251bbcda
commit 25559cd1b8
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
deploy:
runs-on: self-hosted
if: github.event.workflow_run.conclusion == 'success'
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3