We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3f955 commit e2d65f6Copy full SHA for e2d65f6
.github/workflows/include.yml
@@ -17,6 +17,7 @@ jobs:
17
call-codeql:
18
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
19
call-releaser:
20
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
21
uses: fortio/workflows/.github/workflows/releaser.yml@main
22
with:
23
description: "Fortio DNSping checks packet loss and latency issues with DNS servers"
0 commit comments