Revert "feat(ci): skip builds on pr when no files modified (#5637)" (#5670)

This reverts commit db8f5754a6.
This commit is contained in:
Daniel Gak Anagrov
2025-10-06 14:27:33 +02:00
committed by GitHub
parent 43154f7551
commit 818afda284
4 changed files with 72 additions and 160 deletions
+1
View File
@@ -28,6 +28,7 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
CONTINUE_ON_ERROR: ${{ startsWith(github.ref, 'refs/heads/testing') }} # allows releasing on testing even if test fail
DISABLE_SKIPPING: ${{ startsWith(github.ref, 'refs/heads/main') }} # disable test skip on main
secrets: inherit
builds: