File tree Expand file tree Collapse file tree 2 files changed +13
-21
lines changed Expand file tree Collapse file tree 2 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 1
- name : Scheduled
1
+ name : Monthly
2
2
on :
3
3
schedule :
4
4
- cron : ' 0 0 1 * *'
5
5
workflow_dispatch :
6
6
7
7
jobs :
8
8
main-snap :
9
- uses : ubuntu-robotics/snap_configuration/.github/workflows/snap.yaml@ci/main_workflow_run
9
+ uses : ubuntu-robotics/snap_configuration/.github/workflows/snap.yaml@main
10
+ howto-pull-configuration-snap :
11
+ uses : ubuntu-robotics/snap_configuration/.github/workflows/snap.yaml@howto/pull_configuration_from_a_server
12
+ howto-content-configuration-snap :
13
+ uses : ubuntu-robotics/snap_configuration/.github/workflows/snap.yaml@howto/content_sharing_configuration_snap
14
+ howto-overwritable-configuration-snap :
15
+ uses : ubuntu-robotics/snap_configuration/.github/workflows/snap.yaml@howto/overwritable_configuration
Original file line number Diff line number Diff line change 10
10
workflow_call :
11
11
12
12
jobs :
13
- build :
14
- runs-on : ubuntu-latest
15
- outputs :
16
- snap-file : ${{ steps.build-snap.outputs.snap }}
17
- steps :
18
- - uses : actions/checkout@v4
19
- - uses : snapcore/action-build@v1
20
- id : build-snap
21
-
22
- # Make sure the snap is installable
23
- - run : |
24
- sudo snap install ${{ steps.build-snap.outputs.snap }} --dangerous
25
- # Do some testing with the snap
26
- - run : |
27
- snap info my-ros2-teleop-test
28
- - uses : actions/upload-artifact@v3
29
- with :
30
- name : my-ros2-teleop-test
31
- path : ${{ steps.build-snap.outputs.snap }}
13
+ main-snap :
14
+ uses : ubuntu-robotics/snap_workflows/.github/workflows/build-install-test-snap.yaml@main
15
+ with :
16
+ branch-name : main
17
+ snap-name : my-ros2-teleop-test
You can’t perform that action at this time.
0 commit comments