Skip to content

Commit

Permalink
ci: Do not run pre-release in forks (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Oct 30, 2024
1 parent 6303b1f commit bde0800
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 bde0800

Please sign in to comment.