Skip to content

Commit 4536deb

Browse files
committed
Cleanup CI and add manual trigger
1 parent 233fcdb commit 4536deb

8 files changed

Lines changed: 6 additions & 156 deletions

File tree

.github/workflows/humble.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- humble
10+
workflow_dispatch:
1011
jobs:
1112
build-and-test:
1213
runs-on: ubuntu-22.04

.github/workflows/humble_cron.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/jazzy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- jazzy
10+
workflow_dispatch:
1011
jobs:
1112
build-and-test:
1213
runs-on: ubuntu-24.04

.github/workflows/jazzy_cron.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/kilted.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- kilted
10+
workflow_dispatch:
1011
jobs:
1112
build-and-test:
1213
runs-on: ubuntu-24.04

.github/workflows/kilted_cron.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/rolling.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
push:
88
branches:
99
- rolling
10+
schedule:
11+
- cron: '0 0 * * 6'
12+
workflow_dispatch:
1013
jobs:
1114
build-and-test:
1215
runs-on: ubuntu-24.04

.github/workflows/rolling_cron.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)