Skip to content

Commit

Permalink
for testing, remove
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumNZ committed May 16, 2024
1 parent 0fff054 commit 9a366b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-go-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
jobs:
go-build:
if: ${{ contains(fromJSON('["workflow_call", "workflow_dispatch", "push", "pull_request"]'), github.event_name) && startsWith(github.repository, 'GeoNet/') != false }}
uses: GeoNet/Actions/.github/workflows/reusable-go-build-smoke-test.yml@main
uses: GeoNet/Actions/.github/workflows/reusable-go-build-smoke-test.yml@0fff054e17af932e59a63ab7f878c7fbcf3f0830
with:
setup: ${{ inputs.buildSetup }}
paths: ${{ inputs.paths }}
Expand All @@ -35,7 +35,7 @@ jobs:
uses: GeoNet/Actions/.github/workflows/reusable-gofmt.yml@main
golangci-lint:
if: ${{ contains(fromJSON('["workflow_call", "workflow_dispatch", "push", "pull_request"]'), github.event_name) && startsWith(github.repository, 'GeoNet/') != false }}
uses: GeoNet/Actions/.github/workflows/reusable-golangci-lint.yml@main
uses: GeoNet/Actions/.github/workflows/reusable-golangci-lint.yml@0fff054e17af932e59a63ab7f878c7fbcf3f0830
with:
setup: ${{ inputs.buildSetup }}
go-test:
Expand All @@ -46,12 +46,12 @@ jobs:
extraArgs: ${{ inputs.goTestExtraArgs }}
go-vet:
if: ${{ contains(fromJSON('["workflow_call", "workflow_dispatch", "push", "pull_request"]'), github.event_name) && startsWith(github.repository, 'GeoNet/') != false }}
uses: GeoNet/Actions/.github/workflows/reusable-go-vet.yml@main
uses: GeoNet/Actions/.github/workflows/reusable-go-vet.yml@0fff054e17af932e59a63ab7f878c7fbcf3f0830
with:
setup: ${{ inputs.buildSetup }}
govulncheck:
if: ${{ contains(fromJSON('["workflow_call", "workflow_dispatch", "push", "pull_request"]'), github.event_name) && startsWith(github.repository, 'GeoNet/') != false }}
uses: GeoNet/Actions/.github/workflows/reusable-govulncheck.yml@main
uses: GeoNet/Actions/.github/workflows/reusable-govulncheck.yml@0fff054e17af932e59a63ab7f878c7fbcf3f0830
with:
setup: ${{ inputs.buildSetup }}
goimports:
Expand Down

0 comments on commit 9a366b3

Please sign in to comment.