ci: fix update-alr-git and disable e2e
Some checks failed
Pre-commit / pre-commit (pull_request) Successful in 6m26s
Update alr-git / changelog (push) Failing after 26s

This commit is contained in:
2025-06-12 22:05:37 +03:00
parent d286041864
commit 6d29b98cf7
2 changed files with 7 additions and 6 deletions

View File

@ -16,11 +16,12 @@
name: E2E
# on:
# push:
# branches: [ main ]
# pull_request:
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
tests:

View File

@ -56,8 +56,8 @@ jobs:
- name: Update version
working-directory: ./alr-default/alr-git
run: |
alr-spec set-filed version $NEW_ALR_VERSION
alr-spec set-filed release 1
alr-spec set-field version $NEW_ALR_VERSION
alr-spec set-field release 1
- name: Commit changes
run: |