Skip to content

Commit

Permalink
Merge pull request #79 from sebastian-toepfer/merry_christmas
Browse files Browse the repository at this point in the history
shared workflows
  • Loading branch information
sebastian-toepfer authored Dec 24, 2023
2 parents 9e716f3 + 9acb664 commit ad0988b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
uses: sebastian-toepfer/gh-common/.github/workflows/build.yml@v1.0
uses: sebastian-toepfer/gh-common/.github/workflows/build.yml@v1
with:
sonar-projektKey: sebastian-toepfer_json-schema
secrets: inherit
16 changes: 16 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: merge dependabot

on:
workflow_run:
types:
- completed
workflows:
- 'build'
- 'benchmark'

jobs:
merge:
uses: sebastian-toepfer/gh-common/.github/workflows/merge.yml@v1
secrets: inherit

0 comments on commit ad0988b

Please sign in to comment.