diff options
| author | 2024-11-18 10:59:19 +0000 | |
|---|---|---|
| committer | 2024-11-18 10:59:19 +0000 | |
| commit | 733d6c1601a8a95409c9707071ecf0b4cda3778a (patch) | |
| tree | abbcdbef344c843d0a56c4af917a3ad9d190f2d2 | |
| parent | 6a243bf3c449adbd6fa846a8b8bcd0c5c0f9dfa4 (diff) | |
| download | astro-733d6c1601a8a95409c9707071ecf0b4cda3778a.tar.gz astro-733d6c1601a8a95409c9707071ecf0b4cda3778a.tar.zst astro-733d6c1601a8a95409c9707071ecf0b4cda3778a.zip | |
ci: remove owner check to enable external PR jobs (#12466)
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/continuous_benchmark.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/continuous_benchmark.yml b/.github/workflows/continuous_benchmark.yml index 10abc7bcd..150c28626 100644 --- a/.github/workflows/continuous_benchmark.yml +++ b/.github/workflows/continuous_benchmark.yml @@ -18,7 +18,6 @@ env: jobs: codspeed: - if: ${{ github.repository_owner == 'withastro' }} runs-on: ubuntu-latest permissions: contents: read |
