Skip to content

Commit

Permalink
DROP ME: test the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Jan 20, 2025
1 parent 7724c2a commit deec613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
coverity-dnsdist:
name: coverity scan of dnsdist
if: ${{ github.event.inputs.product == 'dnsdist' }}
uses: PowerDNS/pdns/.github/workflows/coverity.yml@master
uses: rgacogne/pdns/.github/workflows/coverity.yml@ddist-fix-coverity-yaml-2
with:
product: ${{ github.event.inputs.product }}
secrets:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Coverity scan

on:
push:
workflow_call:
inputs:
product:
Expand Down

0 comments on commit deec613

Please sign in to comment.