Skip to content

Commit

Permalink
more...
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed May 15, 2024
1 parent 17d9fb1 commit baea33e
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
merge_group:
types:
- checks_requested
env:
WINDOWS_GO_PATH: 'D:\golang\go'
WINDOWS_GO_CACHE: 'D:\golang\cache'
WINDOWS_GO_MODCACHE: 'D:\golang\modcache'
permissions:
contents: read

Expand Down Expand Up @@ -371,9 +367,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}
GOPATH: 'D:\golang\go'
GOCACHE: 'D:\golang\cache'
GOMODCACHE: 'D:\golang\modcache'

permissions:
contents: read
Expand Down Expand Up @@ -424,9 +420,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}
GOPATH: 'D:\golang\go'
GOCACHE: 'D:\golang\cache'
GOMODCACHE: 'D:\golang\modcache'

permissions:
contents: read
Expand Down Expand Up @@ -454,9 +450,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}
GOPATH: 'D:\golang\go'
GOCACHE: 'D:\golang\cache'
GOMODCACHE: 'D:\golang\modcache'

permissions:
contents: read
Expand Down Expand Up @@ -503,9 +499,9 @@ jobs:
timeout-minutes: 45

env:
GOPATH: ${{ env.WINDOWS_GO_PATH }}
GOCACHE: ${{ env.WINDOWS_GO_CACHE }}
GOMODCACHE: ${{ env.WINDOWS_GO_MODCACHE }}
GOPATH: 'D:\golang\go'
GOCACHE: 'D:\golang\cache'
GOMODCACHE: 'D:\golang\modcache'

permissions:
contents: read
Expand Down

0 comments on commit baea33e

Please sign in to comment.