This commit is contained in:
Nuno Campos
2024-09-10 17:24:24 -07:00
parent 2b09c284d4
commit 34d530d5d8
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
ci_success:
name: "CI Success"
needs: [build, lint, lint-js, test, integration-test]
needs: [lint, lint-js, test, integration-test]
if: |
always()
runs-on: ubuntu-latest