-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Oleg Kovalov <[email protected]>
- Loading branch information
1 parent
bea5a9a
commit ea17889
Showing
1 changed file
with
3 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,24 +6,12 @@ on: | |
pull_request: | ||
branches: [main] | ||
schedule: | ||
- cron: '0 0 * * 0' | ||
workflow_dispatch: | ||
inputs: | ||
tag: | ||
description: 'Tag to create' | ||
required: true | ||
default: 'v0.0.0' | ||
- cron: '0 0 * * 0' # run "At 00:00 on Sunday" | ||
|
||
# See https://github.com/cristalhq/.github/.github/workflows | ||
jobs: | ||
build: | ||
uses: cristalhq/.github/.github/workflows/build.yml@518b7d4706840d9725929cf220241de03bd12a94 # v0.6.0 | ||
uses: cristalhq/.github/.github/workflows/[email protected] | ||
|
||
vuln: | ||
uses: cristalhq/.github/.github/workflows/vuln.yml@518b7d4706840d9725929cf220241de03bd12a94 # v0.6.0 | ||
|
||
release: | ||
if: github.event_name == 'workflow_dispatch' | ||
uses: cristalhq/.github/.github/workflows/release.yml@518b7d4706840d9725929cf220241de03bd12a94 # v0.6.0 | ||
with: | ||
tag: ${{ github.event.input.tag }} | ||
uses: cristalhq/.github/.github/workflows/[email protected] |