Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
ci: disable test on release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Jan 8, 2021
1 parent 3d38d66 commit cd08e2b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ jobs:
key: ${{ env.cache-name}}-${{ hashFiles(format('{0}/**/*', env.cache-dir)) }}
restore-keys: |
${{ env.cache-name}}-
- name: Cache (Pebble)
uses: actions/cache@v2
env:
cache-name: pebble-cache
cache-dir: /home/runner/go/src/github.com/letsencrypt/pebble
with:
path: ${{ env.cache-dir }}
key: ${{ env.cache-name}}-${{ hashFiles(format('{0}/**/*', env.cache-dir)) }}
restore-keys: |
${{ env.cache-name}}-
#- name: Cache (Pebble)
# uses: actions/cache@v2
# env:
# cache-name: pebble-cache
# cache-dir: /home/runner/go/src/github.com/letsencrypt/pebble
# with:
# path: ${{ env.cache-dir }}
# key: ${{ env.cache-name}}-${{ hashFiles(format('{0}/**/*', env.cache-dir)) }}
# restore-keys: |
# ${{ env.cache-name}}-
- run: go mod verify
- run: make tools pebble-start test
#- run: make tools pebble-start test

goreleaser:
needs: test
Expand Down

0 comments on commit cd08e2b

Please sign in to comment.