Skip to content

Commit

Permalink
updated GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Sep 18, 2023
1 parent d4c4af2 commit 0d49890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ on:

jobs:
dependabot:
name: "Dependabot"
uses: na4ma4/actions/.github/workflows/dependabot-automerge.yml@main
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
- 'v*'

jobs:
unittest:
unit-test:
name: "Unit Test"
uses: na4ma4/actions/.github/workflows/unit-test.yml@main

goreleaser:
name: "Goreleaser"
if: startsWith(github.ref, 'refs/tags/v')
needs:
- unittest
- unit-test
uses: na4ma4/actions/.github/workflows/goreleaser.yml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0d49890

Please sign in to comment.