Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit fcfdd39

Browse files
committed
update workflow
1 parent 09252ad commit fcfdd39

2 files changed

Lines changed: 8 additions & 35 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ name: Build and Test
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'README.md'
57
workflow_dispatch:
8+
inputs:
9+
skip-build-image:
10+
description: Skip building the builder image
11+
type: boolean
12+
default: false
613

714
concurrency:
815
group: ${{ github.workflow }}-${{ github.ref }}
@@ -11,6 +18,7 @@ jobs:
1118
build-image:
1219
name: Preapre builder image
1320
runs-on: ubuntu-latest
21+
if: ${{ !github.event.inputs.skip-build-image }}
1422
permissions:
1523
contents: read
1624
packages: write

scripts/vendor/30-magic_enum.sh

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

0 commit comments

Comments
 (0)