Commit 30024d3 1 parent 2cf0eac commit 30024d3 Copy full SHA for 30024d3
File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
- # bincrafters-conventions:gha-workflow-version:8
1
+ on : [push, pull_request]
2
+
3
+ # bincrafters-conventions:gha-workflow-version:10
2
4
# You can add custom environment variables above the version tag
3
5
# Do not modify the tag or anything below the tag
4
6
# This script gets automatically updated
5
-
7
+ #
6
8
# Possible configurations:
7
9
# env:
8
10
# splitByBuildTypes: "false" # Possible values "false", "true", default: false
9
-
11
+ #
10
12
# You can furthermore set any environment variable understood by Conan and Conan Package Tools
13
+ #
14
+ # You can also update the event triggers, which default to
15
+ # on: [push, pull_request]
11
16
12
- on : [push, pull_request]
17
+ name : conan
13
18
14
19
jobs :
15
20
generate-matrix :
19
24
matrix : ${{ steps.set-matrix.outputs.matrix }}
20
25
steps :
21
26
- uses : actions/checkout@v2
27
+ with :
28
+ fetch-depth : " 0"
22
29
- uses : actions/setup-python@v1
23
30
with :
24
31
python-version : " 3.8"
43
50
name : ${{ matrix.config.name }}
44
51
steps :
45
52
- uses : actions/checkout@v2
53
+ with :
54
+ fetch-depth : " 0"
46
55
- uses : actions/setup-python@v1
47
56
with :
48
57
python-version : " 3.8"
You can’t perform that action at this time.
0 commit comments