We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2502984 commit 7526196Copy full SHA for 7526196
.github/workflows/pre_release.yaml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
release_metadata:
13
- 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/')"
14
name: Prepare release metadata
15
runs-on: ubuntu-latest
16
outputs:
0 commit comments