Skip to content

Run all CI jobs on self-hosted, except the release job #1285

Run all CI jobs on self-hosted, except the release job

Run all CI jobs on self-hosted, except the release job #1285

Workflow file for this run

name: Test release
on:
push:
branches:
- legacy
pull_request:
paths-ignore:
- 'documentation/**'
- 'private_tangle/**'
- 'scripts/**'
- 'tools/**'
jobs:
Release:
name: Test release
runs-on: self-hosted
container:
image: iotaledger/goreleaser-cgo-cross-compiler:1.21.0
volumes: [/repo]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Test HORNET Release
run: goreleaser --snapshot --skip-publish --clean