Skip to content

Commit 30024d3

Browse files
Update Conan conventions
Automatically created by bincrafters-conventions 0.30.3
1 parent 2cf0eac commit 30024d3

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/workflows/conan.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
# bincrafters-conventions:gha-workflow-version:8
1+
on: [push, pull_request]
2+
3+
# bincrafters-conventions:gha-workflow-version:10
24
# You can add custom environment variables above the version tag
35
# Do not modify the tag or anything below the tag
46
# This script gets automatically updated
5-
7+
#
68
# Possible configurations:
79
# env:
810
# splitByBuildTypes: "false" # Possible values "false", "true", default: false
9-
11+
#
1012
# 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]
1116

12-
on: [push, pull_request]
17+
name: conan
1318

1419
jobs:
1520
generate-matrix:
@@ -19,6 +24,8 @@ jobs:
1924
matrix: ${{ steps.set-matrix.outputs.matrix }}
2025
steps:
2126
- uses: actions/checkout@v2
27+
with:
28+
fetch-depth: "0"
2229
- uses: actions/setup-python@v1
2330
with:
2431
python-version: "3.8"
@@ -43,6 +50,8 @@ jobs:
4350
name: ${{ matrix.config.name }}
4451
steps:
4552
- uses: actions/checkout@v2
53+
with:
54+
fetch-depth: "0"
4655
- uses: actions/setup-python@v1
4756
with:
4857
python-version: "3.8"

0 commit comments

Comments
 (0)