ci: fix update-alr-git and disable e2e
This commit is contained in:
@ -16,11 +16,12 @@
|
|||||||
|
|
||||||
name: E2E
|
name: E2E
|
||||||
|
|
||||||
|
# on:
|
||||||
|
# push:
|
||||||
|
# branches: [ main ]
|
||||||
|
# pull_request:
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
@ -56,8 +56,8 @@ jobs:
|
|||||||
- name: Update version
|
- name: Update version
|
||||||
working-directory: ./alr-default/alr-git
|
working-directory: ./alr-default/alr-git
|
||||||
run: |
|
run: |
|
||||||
alr-spec set-filed version $NEW_ALR_VERSION
|
alr-spec set-field version $NEW_ALR_VERSION
|
||||||
alr-spec set-filed release 1
|
alr-spec set-field release 1
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user