@@ -35,84 +35,84 @@ concurrency:
35
35
jobs :
36
36
test-tarantool-coverage :
37
37
name : coverage
38
- uses : tarantool/tarantool/.github/workflows/coverage.yml@master
38
+ uses : tarantool/tarantool/.github/workflows/coverage.yml@release/3.3
39
39
with :
40
40
submodule : luajit
41
41
revision : ${{ github.sha }}
42
42
43
43
test-tarantool-debug :
44
44
name : debug
45
- uses : tarantool/tarantool/.github/workflows/debug.yml@master
45
+ uses : tarantool/tarantool/.github/workflows/debug.yml@release/3.3
46
46
with :
47
47
submodule : luajit
48
48
revision : ${{ github.sha }}
49
49
50
50
test-tarantool-debug_aarch64 :
51
51
name : debug aarch64
52
- uses : tarantool/tarantool/.github/workflows/debug_aarch64.yml@master
52
+ uses : tarantool/tarantool/.github/workflows/debug_aarch64.yml@release/3.3
53
53
with :
54
54
submodule : luajit
55
55
revision : ${{ github.sha }}
56
56
57
57
test-tarantool-debug_asan_clang :
58
58
name : debug ASAN clang
59
- uses : tarantool/tarantool/.github/workflows/debug_asan_clang.yml@master
59
+ uses : tarantool/tarantool/.github/workflows/debug_asan_clang.yml@release/3.3
60
60
with :
61
61
submodule : luajit
62
62
revision : ${{ github.sha }}
63
63
64
64
test-tarantool-default_gcc_centos_7 :
65
65
name : gcc centos 7
66
- uses : tarantool/tarantool/.github/workflows/default_gcc_centos_7.yml@master
66
+ uses : tarantool/tarantool/.github/workflows/default_gcc_centos_7.yml@release/3.3
67
67
with :
68
68
submodule : luajit
69
69
revision : ${{ github.sha }}
70
70
71
71
test-tarantool-out_of_source :
72
72
name : out of source
73
- uses : tarantool/tarantool/.github/workflows/out_of_source.yml@master
73
+ uses : tarantool/tarantool/.github/workflows/out_of_source.yml@release/3.3
74
74
with :
75
75
submodule : luajit
76
76
revision : ${{ github.sha }}
77
77
78
78
test-tarantool-release :
79
79
name : release
80
- uses : tarantool/tarantool/.github/workflows/release.yml@master
80
+ uses : tarantool/tarantool/.github/workflows/release.yml@release/3.3
81
81
with :
82
82
submodule : luajit
83
83
revision : ${{ github.sha }}
84
84
85
85
test-tarantool-release_asan_clang :
86
86
name : release ASAN clang
87
- uses : tarantool/tarantool/.github/workflows/release_asan_clang.yml@master
87
+ uses : tarantool/tarantool/.github/workflows/release_asan_clang.yml@release/3.3
88
88
with :
89
89
submodule : luajit
90
90
revision : ${{ github.sha }}
91
91
92
92
test-tarantool-release_clang :
93
93
name : release clang
94
- uses : tarantool/tarantool/.github/workflows/release_clang.yml@master
94
+ uses : tarantool/tarantool/.github/workflows/release_clang.yml@release/3.3
95
95
with :
96
96
submodule : luajit
97
97
revision : ${{ github.sha }}
98
98
99
99
test-tarantool-release_lto :
100
100
name : release lto
101
- uses : tarantool/tarantool/.github/workflows/release_lto.yml@master
101
+ uses : tarantool/tarantool/.github/workflows/release_lto.yml@release/3.3
102
102
with :
103
103
submodule : luajit
104
104
revision : ${{ github.sha }}
105
105
106
106
test-tarantool-release_lto_clang :
107
107
name : release lto clang
108
- uses : tarantool/tarantool/.github/workflows/release_lto_clang.yml@master
108
+ uses : tarantool/tarantool/.github/workflows/release_lto_clang.yml@release/3.3
109
109
with :
110
110
submodule : luajit
111
111
revision : ${{ github.sha }}
112
112
113
113
test-tarantool-static_build :
114
114
name : static build
115
- uses : tarantool/tarantool/.github/workflows/static_build.yml@master
115
+ uses : tarantool/tarantool/.github/workflows/static_build.yml@release/3.3
116
116
with :
117
117
submodule : luajit
118
118
revision : ${{ github.sha }}
0 commit comments