File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1717concurrency :
1818 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1515 - 4-dev
1616
1717concurrency :
18- group : ${{ github.workflow }}-${{ github.ref }}
18+ group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.spec_group.name }}
1919 cancel-in-progress : true
2020
2121env :
Original file line number Diff line number Diff line change 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
1313concurrency :
1414 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments