mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Only run dispatch-event.yml in source repo (#12122)
This commit is contained in:
parent
8309d7f5dd
commit
bd25d3ff8e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dispatch-event.yml
vendored
1
.github/workflows/dispatch-event.yml
vendored
|
@ -24,6 +24,7 @@ env:
|
|||
jobs:
|
||||
repository-dispatch:
|
||||
name: Repository dispatch
|
||||
if: github.repository_owner == 'withastro'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dispatch event on push - adapters
|
||||
|
|
Loading…
Reference in a new issue