You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove pre_release input
- master branch builds are always set to latest (non pre-releases)
- Fixed title of Telegram CI messages and make them clearer
Signed-off-by: TheSillyOk <priv.ld@proton.me>
Copy file name to clipboardExpand all lines: .github/workflows/build_kernels.yml
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,6 @@ name: Kernel Build
3
3
on:
4
4
workflow_dispatch:
5
5
inputs:
6
-
pre_release:
7
-
description: 'Make it a prerelease?'
8
-
required: false
9
-
type: boolean
10
-
default: true
11
6
workflow_call:
12
7
inputs:
13
8
scheduled:
@@ -271,10 +266,18 @@ jobs:
271
266
id: release_vars
272
267
run: |
273
268
echo "date=$(date +"%d/%m/%Y")" >> $GITHUB_ENV
274
-
echo "tg_title=${{ github.event.inputs.scheduled == 'true' && 'A new scheduled build has been completed!' || 'A new kernel CI release has been completed!' }}" >> $GITHUB_ENV
0 commit comments