Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote committed Nov 17, 2021
1 parent 00a6773 commit cf80426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
update_release_draft:
if: github.repository == 'layer5io/wasm-filters'
runs-on: ubuntu-latest
steps:
- name: Drafting release
Expand All @@ -15,4 +16,4 @@ jobs:
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cf80426

Please sign in to comment.