Merge branch 'main' into SLE15SP7
All checks were successful
mr_actions / review (pull_request) Successful in 3s

This commit is contained in:
2025-04-02 17:21:47 +02:00

View File

@@ -16,6 +16,5 @@ jobs:
- run: echo "The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
cat *
for i in `cat release_sle15`; do echo $i; done
- run: echo "This job's status is ${{ job.status }}."