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