Skip to content

Commit

Permalink
chore: seed build cache only when credentials exist (==skip on forks)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 28, 2020
1 parent 433817d commit eec708a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildcache.yml
Expand Up @@ -3,10 +3,11 @@ name: Seed build cache
on:
push:
branches:
- '*'
- '**'

jobs:
ubuntu-code-style:
if: github.repository == 'pgjdbc/pgjdbc'
strategy:
matrix:
os: [ubuntu, macos, windows]
Expand Down

0 comments on commit eec708a

Please sign in to comment.