Skip to content

Commit 8e2a3b1

Browse files
committed
chore(ci): add workflow dispatch trigger
1 parent 872cb1e commit 8e2a3b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-iso.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
- cron:
55
"00 10 * * 1" # build at 10:00 UTC every Monday
6+
workflow_dispatch:
67

78
jobs:
89
iso:

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
1616
cancel-in-progress: true
1717
jobs:
18-
bluebuild:
19-
name: Build Custom Image
18+
build-image:
19+
name: Build main image
2020
runs-on: ubuntu-latest
2121
permissions:
2222
contents: read

0 commit comments

Comments
 (0)