fix(cd): remove cross-workflow needs dependency
needs: [check] only works within the same workflow file; the check job lives in ci.yml, causing the deploy job to queue indefinitely.
This commit is contained in:
@@ -7,7 +7,6 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Build and deploy
|
||||
needs: [check]
|
||||
runs-on: self-hosted
|
||||
env:
|
||||
SERVICE: supervisor
|
||||
|
||||
Reference in New Issue
Block a user