mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
BUG: diff2 doesn't process IGNORE_TARGET() correctly (#2338)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -33,10 +33,10 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
path: "/tmp/test-results"
|
||||
- name: Build binaries
|
||||
- name: Build binaries (if tagged)
|
||||
if: github.ref_type == 'tag'
|
||||
run: goreleaser build
|
||||
- name: build binaries
|
||||
- name: Build binaries (not tagged)
|
||||
if: github.ref_type != 'tag'
|
||||
run: goreleaser build --snapshot
|
||||
integration-test-providers:
|
||||
|
Reference in New Issue
Block a user