Skip to content

Commit 1e27f19

Browse files
committed
refactor: reduce retention days for build artifacts and remove security audit steps
1 parent 0c9ea18 commit 1e27f19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ jobs:
6363
- 'docs/**'
6464
gha:
6565
- '.github/**'
66-
66+
6767

6868
# Combined Full Stack Test and Build
6969
full-stack-test-build:
7070
name: Full Stack Test & Build
7171
runs-on: ${{ matrix.os }}
7272
needs: changes
73-
if: needs.changes.outputs.general == 'false' && (needs.changes.outputs.backend == 'true' || needs.changes.outputs.frontend == 'true' || needs.changes.outputs.tauri == 'true' || needs.changes.outputs.gha == 'true')
73+
# if: needs.changes.outputs.general == 'false' && (needs.changes.outputs.backend == 'true' || needs.changes.outputs.frontend == 'true' || needs.changes.outputs.tauri == 'true' || needs.changes.outputs.gha == 'true')
74+
if: true
7475

7576
strategy:
7677
fail-fast: false
@@ -277,7 +278,7 @@ jobs:
277278
ci-success:
278279
name: CI Success
279280
runs-on: ubuntu-latest
280-
needs: [full-stack-test-build, quick-validation]
281+
needs: [ full-stack-test-build, quick-validation ]
281282
if: always() && needs.changes.outputs.skip_ci == 'false'
282283

283284
steps:

0 commit comments

Comments
 (0)