We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872cb1e commit 8e2a3b1Copy full SHA for 8e2a3b1
.github/workflows/build-iso.yml
@@ -3,6 +3,7 @@ on:
3
schedule:
4
- cron:
5
"00 10 * * 1" # build at 10:00 UTC every Monday
6
+ workflow_dispatch:
7
8
jobs:
9
iso:
.github/workflows/build.yml
@@ -15,8 +15,8 @@ concurrency:
15
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
16
cancel-in-progress: true
17
18
- bluebuild:
19
- name: Build Custom Image
+ build-image:
+ name: Build main image
20
runs-on: ubuntu-latest
21
permissions:
22
contents: read
0 commit comments