Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit e22d168

Browse files
Khalil Estellkammce
authored andcommitted
👷 upgrade to ci/4.0.0
1 parent edc2202 commit e22d168

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,28 @@ on:
1818
workflow_dispatch:
1919
pull_request:
2020
push:
21+
tags:
22+
- "*"
2123
branches:
2224
- main
2325
schedule:
2426
- cron: "0 12 * * 0"
2527

2628
jobs:
2729
ci:
28-
uses: libhal/ci/.github/workflows/library.yml@3.0.3
30+
uses: libhal/ci/.github/workflows/library.yml@4.0.0
2931
secrets: inherit
3032

3133
profile1:
32-
uses: libhal/ci/.github/workflows/platform_deploy.yml@3.0.3
34+
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.0
3335
with:
3436
profile: profile1
3537
# Replace with appropriate processor profile
3638
processor_profile: https://github.com/libhal/libhal-armcortex.git
3739
secrets: inherit
3840

3941
profile2:
40-
uses: libhal/ci/.github/workflows/platform_deploy.yml@3.0.3
42+
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.0
4143
with:
4244
profile: profile2
4345
# Replace with appropriate processor profile

0 commit comments

Comments
 (0)