Skip to content

Commit fc3a0e2

Browse files
committed
refactor(ci): remove unnecessary build condition
* Eliminated the `needs` and `if` conditions for the build job * Simplifies the workflow by removing dependency on `check-changes`
1 parent e39e790 commit fc3a0e2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/testing-nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ env:
3737

3838
jobs:
3939
build:
40-
needs: check-changes
41-
if: needs.check-changes.outputs.should_build == 'true'
4240
strategy:
4341
matrix:
4442
os:

0 commit comments

Comments
 (0)