1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-05 20:16:17 +02:00

chore: workflows being skipped when they shouldn't

This commit is contained in:
Carlos A Becker 2022-09-27 11:51:59 -03:00
parent 62aac74fdd
commit f75a3fb627
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
5 changed files with 0 additions and 5 deletions

View File

@ -6,7 +6,6 @@ on:
jobs:
analyze:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
permissions:

View File

@ -13,7 +13,6 @@ permissions: read-all
jobs:
htmltest:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@ -13,7 +13,6 @@ on:
jobs:
docs:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3

View File

@ -14,7 +14,6 @@ permissions:
jobs:
lock:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3

View File

@ -15,7 +15,6 @@ permissions:
jobs:
milestone:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: actions/github-script@v6
with: