Compare commits

...
7 Commits
Author SHA1 Message Date
LudyandGitHub 9a6394e997 Merge branch 'main' into test_file 2025-11-25 10:46:08 +01:00
LudyandGitHub 45443a67ff Merge branch 'main' into test_file 2025-11-25 10:44:49 +01:00
Ludy87 0cac7e02e8 Update build.gradle 2025-11-25 10:44:19 +01:00
Ludy87 2245333622 Update build.gradle 2025-11-25 10:40:49 +01:00
Ludy87 e27276392c Update build.yml 2025-11-25 10:37:00 +01:00
Ludy87 17699fadb1 Update build.yml 2025-11-25 10:34:07 +01:00
Ludy87 ed67440a10 test 2025-11-25 10:32:05 +01:00
+2 -8
View File
@@ -204,14 +204,8 @@ jobs:
retention-days: 3
docker-compose-tests:
if: |
needs.files-changed.outputs.project == 'true' &&
(
needs.files-changed.outputs.docker != 'true' ||
needs.test-build-docker-images.result == 'success' ||
needs.test-build-docker-images.result == 'skipped'
)
needs: [files-changed, test-build-docker-images]
if: needs.files-changed.outputs.project == 'true'
needs: files-changed
# if: github.event_name == 'push' && github.ref == 'refs/heads/main' ||
# (github.event_name == 'pull_request' &&
# contains(github.event.pull_request.labels.*.name, 'licenses') == false &&