Skip to content

Commit 705d5f8

Browse files
committed
wip
1 parent 1fcd038 commit 705d5f8

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/components-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
- main
77
- 1.x
88
- 2.x
9-
- 4-dev
9+
# - 4-dev
1010
push:
1111
branches:
1212
- main
1313
- 1.x
1414
- 2.x
15-
- 4-dev
15+
# - 4-dev
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/i18n-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Run tests
6868
id: run_tests
69-
run: bundle exec rspec spec/system/i18n_spec.rb
69+
run: bundle exec rspec spec/system/avo/i18n_spec.rb
7070

7171
- uses: actions/upload-artifact@v4
7272
with:

.github/workflows/system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- 4-dev
1616

1717
concurrency:
18-
group: ${{ github.workflow }}-${{ github.ref }}
18+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.spec_group.name }}
1919
cancel-in-progress: true
2020

2121
env:

.github/workflows/test-tailwindcss-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- 4-dev
7+
# - 4-dev
88
push:
99
branches:
1010
- main
11-
- 4-dev
11+
# - 4-dev
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)