diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 285e911f41..7cbb57bc83 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -1,6 +1,8 @@ # Docs: # https://github.com/scalameta/sbt-native-image#generate-native-image-from-github-actions -name: Native Image bitcoin-s-cli +name: Native Image bitcoin-s-cli\ +env: + DISABLE_SECP256K1: "true" on: push: branches: [master, main, adaptor-dlc] @@ -9,8 +11,7 @@ on: release: types: [published] jobs: - env: - DISABLE_SECP256K1: "true" + unix: if: "! contains(github.event.pull_request.labels.*.name, 'documentation')" runs-on: ${{ matrix.os }}