Merge all changes
This commit is contained in:
@@ -93,7 +93,7 @@ Quality gates are integrated into the main CI workflow:
|
||||
# .gitea/workflows/build-test-deploy.yml
|
||||
|
||||
quality-gates:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
|
||||
needs: build-test
|
||||
steps:
|
||||
- name: Reachability quality gate
|
||||
|
||||
Reference in New Issue
Block a user