mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
ci: remove owner check to enable external PR jobs (#12466)
This commit is contained in:
parent
6a243bf3c4
commit
733d6c1601
1 changed files with 0 additions and 1 deletions
1
.github/workflows/continuous_benchmark.yml
vendored
1
.github/workflows/continuous_benchmark.yml
vendored
|
@ -18,7 +18,6 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codspeed:
|
codspeed:
|
||||||
if: ${{ github.repository_owner == 'withastro' }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue