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:
parent
5f66f6b93f
commit
530764513f
1
.github/workflows/lock.yml
vendored
1
.github/workflows/lock.yml
vendored
@ -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
|
||||
|
1
.github/workflows/milestone.yml
vendored
1
.github/workflows/milestone.yml
vendored
@ -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
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user