Compare commits

..

2 Commits

Author SHA1 Message Date
fba541d354
checking GITHUB_ACTIONS envvar on codacy start 2025-01-09 19:51:31 +01:00
c5bcf99ffc
revert "created workflow symlinks for gitea actions"
this reverts commit 1edf24eefec59de8c58c35ce569532ed4ed1c48d
2025-01-09 19:45:05 +01:00
5 changed files with 1 additions and 4 deletions

@ -1 +0,0 @@
../../.github/workflows/why2-chat-build.yml

@ -1 +0,0 @@
../../.github/workflows/why2-core-test.yml

@ -1 +0,0 @@
../../.github/workflows/why2-logger-test.yml

@ -1 +0,0 @@
../../.github/workflows/why2-project.yml

@ -27,6 +27,7 @@ permissions:
jobs:
codacy-security-scan:
if: env.GITHUB_ACTIONS == 'true' # Ensure this job runs only on GitHub
permissions:
contents: read
security-events: write