Skip to content

Commit cf80426

Browse files
authored
Update release-drafter.yml
1 parent 00a6773 commit cf80426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-drafter.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
update_release_draft:
10+
if: github.repository == 'layer5io/wasm-filters'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Drafting release
@@ -15,4 +16,4 @@ jobs:
1516
with:
1617
config-name: release-drafter.yml
1718
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)