Compare commits
4 Commits
main
...
fix/ci-dep
| Author | SHA1 | Date | |
|---|---|---|---|
| a4e34efb76 | |||
| 18618f734b | |||
| 210d26a3f8 | |||
| 63b3472b82 |
@ -106,7 +106,10 @@ jobs:
|
||||
deploy:
|
||||
name: Deploy to S1 + S2
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
needs: [lint, build, secret-scan]
|
||||
# Lint НЕ в needs — он опциональный (исторический долг empty-блоков
|
||||
# ещё не вычищен, см. branch protection без 'CI / Lint' в required).
|
||||
# Deploy всё равно зависит от Build и Secret-scan — это критично.
|
||||
needs: [build, secret-scan]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user