rm requires

This commit is contained in:
Bagatur
2024-09-03 23:26:13 -07:00
parent a976f2071b
commit dd4418a503

View File

@@ -136,7 +136,7 @@ jobs:
echo "$STATUS" | grep 'nothing to commit, working tree clean' echo "$STATUS" | grep 'nothing to commit, working tree clean'
ci_success: ci_success:
name: "CI Success" name: "CI Success"
needs: [build, lint, test, compile-integration-tests, dependencies, extended-tests, test-doc-imports] needs: [build, lint, test, compile-integration-tests, extended-tests, test-doc-imports]
if: | if: |
always() always()
runs-on: ubuntu-latest runs-on: ubuntu-latest