Skip to content

Commit

Permalink
chore: workflows being skipped when they shouldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 27, 2022
1 parent 5f66f6b commit 5307645
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lock.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/milestone.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 5307645

Please sign in to comment.