Skip to content

Commit

Permalink
Merge pull request #132 from xmidt-org/update-workflow
Browse files Browse the repository at this point in the history
Use the new shared workflow.
  • Loading branch information
schmidtw committed Apr 11, 2023
2 parents d5c7aa8 + 03aea06 commit f524c05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ on:
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:

jobs:
ci:
uses: xmidt-org/.github/.github/workflows/go-ci.yml@go-ci-v1
uses: xmidt-org/shared-go/.github/workflows/ci.yml@6dd1fab69f841fbea827a053e21fa83ea94774d9 # v3.0.0
with:
license-skip: true
copyright-skip: true
license-skip: true
release-type: program
secrets: inherit

0 comments on commit f524c05

Please sign in to comment.