1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: do not run schedule action on forks

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-02-05 10:11:38 -03:00
parent a5d3e7bf4b
commit 482cc6479c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -6,6 +6,7 @@ on:
jobs:
lock:
if: github.repository == 'goreleaser/goreleaser'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3