Skip to content

Commit

Permalink
stable тоже убран до релиза движка
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Nov 26, 2023
1 parent 4d08f3a commit b655ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perfomance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
oscript_version: ['stable', 'dev', 'lts-dev']
oscript_version: ['dev', 'lts-dev']

steps:
# Загрузка проекта
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
oscript_version: ['stable', 'dev', 'lts-dev']
oscript_version: ['dev', 'lts-dev']
uses: autumn-library/workflows/.github/workflows/test.yml@main
with:
oscript_version: ${{ matrix.oscript_version }}

0 comments on commit b655ea3

Please sign in to comment.