Skip to content

Commit

Permalink
Run warmup as separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 25, 2020
1 parent e0ffc84 commit 9c58a16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,20 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

warmup:
name: Warm up pkg.go.dev
needs:
- release
runs-on: ubuntu-latest
steps:
- name: Warm up pkg.go.dev
uses: andrewslotin/go-proxy-pull-action@master

pages:
name: Pages
runs-on: ubuntu-latest
needs:
- release
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand Down

0 comments on commit 9c58a16

Please sign in to comment.