Skip to content

Commit

Permalink
Do not run pre_release in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Oct 29, 2024
1 parent 2502984 commit 7526196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release_metadata:
if: "!startsWith(github.event.head_commit.message, 'docs') && !startsWith(github.event.head_commit.message, 'ci')"
if: "!startsWith(github.event.head_commit.message, 'docs') && !startsWith(github.event.head_commit.message, 'ci') && startsWith(github.repository, 'apify/')"
name: Prepare release metadata
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 7526196

Please sign in to comment.