Skip to content

Commit e2d65f6

Browse files
authored
skip releaser for MRs (#86)
1 parent fe3f955 commit e2d65f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/include.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
call-codeql:
1818
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
1919
call-releaser:
20+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
2021
uses: fortio/workflows/.github/workflows/releaser.yml@main
2122
with:
2223
description: "Fortio DNSping checks packet loss and latency issues with DNS servers"

0 commit comments

Comments
 (0)