mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
enable on PR
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
a3a3cc4510
commit
0513a6e82c
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: "Run build"
|
name: "Run build"
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
image_formats:
|
image_formats:
|
||||||
@ -29,7 +30,7 @@ on:
|
|||||||
Custom SDK container version to use for this build.
|
Custom SDK container version to use for this build.
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
packages:
|
packages:
|
||||||
@ -39,6 +40,7 @@ jobs:
|
|||||||
- debian
|
- debian
|
||||||
- build
|
- build
|
||||||
- x64
|
- x64
|
||||||
|
environment: main
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user