Skip to content

Commit 524889b

Browse files
authored
Update build.yml (#30)
1 parent a0a97d4 commit 524889b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ on:
99
branches: [main]
1010
schedule:
1111
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"
12-
workflow_dispatch:
13-
inputs:
14-
tag:
15-
description: 'Tag to create'
16-
required: true
17-
default: 'v0.0.0'
1812

1913
# See https://github.com/cristalhq/.github/.github/workflows
2014
jobs:
@@ -23,11 +17,3 @@ jobs:
2317

2418
vuln:
2519
uses: cristalhq/.github/.github/workflows/[email protected]
26-
27-
release:
28-
if: github.event_name == 'workflow_dispatch'
29-
permissions:
30-
contents: write
31-
uses: cristalhq/.github/.github/workflows/[email protected]
32-
with:
33-
tag: ${{ github.event.input.tag }}

0 commit comments

Comments
 (0)