Skip to content

Commit

Permalink
Update build.yml (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Aug 13, 2023
1 parent a0a97d4 commit 524889b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ on:
branches: [main]
schedule:
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"
workflow_dispatch:
inputs:
tag:
description: 'Tag to create'
required: true
default: 'v0.0.0'

# See https://github.com/cristalhq/.github/.github/workflows
jobs:
Expand All @@ -23,11 +17,3 @@ jobs:

vuln:
uses: cristalhq/.github/.github/workflows/[email protected]

release:
if: github.event_name == 'workflow_dispatch'
permissions:
contents: write
uses: cristalhq/.github/.github/workflows/[email protected]
with:
tag: ${{ github.event.input.tag }}

0 comments on commit 524889b

Please sign in to comment.