We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unit and Integration Test - Go
1 parent f12a6d3 commit 0421018Copy full SHA for 0421018
1 file changed
.github/workflows/test-go.yaml
@@ -8,6 +8,7 @@ jobs:
8
generate:
9
name: Generate
10
runs-on: ubuntu-latest
11
+ if: ${{ github.repository == 'kubeflow/trainer' }}
12
env:
13
GOPATH: ${{ github.workspace }}/go
14
defaults:
@@ -47,6 +48,7 @@ jobs:
47
48
test:
49
name: Test
50
51
52
53
54
0 commit comments