mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
chore: refactor github directory files
Signed-off-by: Devin Buhl <devin@buhl.casa>
This commit is contained in:
parent
8b81055fad
commit
57de948ac0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -12,9 +12,8 @@ on:
|
||||
|
||||
jobs:
|
||||
go-tests:
|
||||
uses: ./.github/workflows/tests.yaml
|
||||
uses: ./.github/actions/tests.yaml
|
||||
|
||||
build:
|
||||
needs: go-tests
|
||||
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
|
||||
uses: ./.github/workflows/docker-image.yaml
|
||||
uses: ./.github/actions/docker-image.yaml
|
||||
|
||||
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -1,19 +1,17 @@
|
||||
---
|
||||
name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*.*.*
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
go-tests:
|
||||
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
|
||||
uses: ./.github/workflows/tests.yaml
|
||||
uses: ./.github/actions/tests.yaml
|
||||
|
||||
container-release:
|
||||
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
|
||||
uses: ./.github/workflows/docker-image.yaml
|
||||
uses: ./.github/actions/docker-image.yaml
|
||||
|
||||
go-release:
|
||||
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
|
||||
uses: ./.github/workflows/go-release.yaml
|
||||
uses: ./.github/actions/go-release.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user