Skip to content

Commit ee8b6fb

Browse files
committed
Use versionned reusable-workflows.
1 parent 8acee32 commit ee8b6fb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/develop-build_test_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88

99
jobs:
1010
build-test-deployrecipe:
11-
#uses: shredeagle/reusable-workflows/.github/workflows/[email protected]
12-
uses: shredeagle/reusable-workflows/.github/workflows/main_build.yml@topic/math#34-migration_conan2
11+
uses: shredeagle/reusable-workflows/.github/workflows/[email protected]
1312
with:
1413
# Add macos
1514
os: >-

.github/workflows/topics-build_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99

1010
jobs:
1111
build-test:
12-
#uses: shredeagle/reusable-workflows/.github/workflows/[email protected]
13-
uses: shredeagle/reusable-workflows/.github/workflows/main_build.yml@topic/math#34-migration_conan2
12+
uses: shredeagle/reusable-workflows/.github/workflows/[email protected]
1413
with:
1514
# Add macos
1615
os: >-

0 commit comments

Comments
 (0)