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

chore: workflows being skipped when they shouldn't

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

View File

@ -12,7 +12,6 @@ jobs:
permissions:
issues: write # for dessant/lock-threads to lock issues
pull-requests: write # for dessant/lock-threads to lock PRs
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3

View File

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

View File

@ -42,7 +42,6 @@ jobs:
- run: task goreleaser:test:${{ matrix.format }}
goreleaser:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps: