Skip to content

Commit

Permalink
Update CI (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Feb 23, 2023
1 parent 81a197c commit 5a6d2bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
- cron: '0 0 * * 0' # run "At 00:00 on Sunday"
workflow_dispatch:
inputs:
tag:
Expand All @@ -18,13 +18,13 @@ on:
# See https://github.com/cristalhq/.github/.github/workflows
jobs:
build:
uses: cristalhq/.github/.github/workflows/build.yml@main
codeql:
uses: cristalhq/.github/.github/workflows/codeql.yml@main
uses: cristalhq/.github/.github/workflows/build.yml@v0.2.1

vuln:
uses: cristalhq/.github/.github/workflows/vuln.yml@v0.2.1

release:
if: github.event_name == 'workflow_dispatch'
uses: cristalhq/.github/.github/workflows/release.yml@main
uses: cristalhq/.github/.github/workflows/release.yml@v0.2.1
with:
tag: ${{ github.event.input.tag }}

0 comments on commit 5a6d2bb

Please sign in to comment.