Skip to content

Commit

Permalink
run go tests/quality and openapi stuff on tags as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Dec 14, 2024
1 parent 8dbaf73 commit 6ecd114
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/golang_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ permissions:
jobs:
golangci:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -27,7 +26,6 @@ jobs:
working-directory: "${{ inputs.workdir }}"
go_tidy:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
Expand All @@ -40,7 +38,6 @@ jobs:
run: git diff --exit-code
go_generate:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/golang_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/openapi2_golang_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
jobs:
build_with_swagger:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/openapi2_render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
jobs:
render_with_redoc:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/tags/')"
container:
image: cubicrootxyz/golang-ci:v1.23.3
options: --user root
Expand Down

0 comments on commit 6ecd114

Please sign in to comment.