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 d2e68ee commit bb3d467Copy full SHA for bb3d467
.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