mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:52:45 +08:00
DEV: Correct private-fork -> private-mirror (#19560)
Followup to 7eb9482ba9
This commit is contained in:
parent
7eb9482ba9
commit
335893ae91
2
.github/workflows/licenses.yml
vendored
2
.github/workflows/licenses.yml
vendored
|
@ -15,7 +15,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-fork')"
|
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-mirror')"
|
||||||
name: run
|
name: run
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: discourse/discourse_test:slim
|
container: discourse/discourse_test:slim
|
||||||
|
|
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
|
@ -15,7 +15,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-fork')"
|
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-mirror')"
|
||||||
name: run
|
name: run
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: discourse/discourse_test:slim
|
container: discourse/discourse_test:slim
|
||||||
|
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -17,7 +17,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-fork')"
|
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-mirror')"
|
||||||
name: ${{ matrix.target }} ${{ matrix.build_type }}
|
name: ${{ matrix.target }} ${{ matrix.build_type }}
|
||||||
runs-on: ${{ (matrix.build_type == 'annotations') && 'ubuntu-latest' || 'ubuntu-20.04-8core' }}
|
runs-on: ${{ (matrix.build_type == 'annotations') && 'ubuntu-latest' || 'ubuntu-20.04-8core' }}
|
||||||
container: discourse/discourse_test:slim${{ (matrix.build_type == 'frontend' || matrix.build_type == 'system') && '-browsers' || '' }}
|
container: discourse/discourse_test:slim${{ (matrix.build_type == 'frontend' || matrix.build_type == 'system') && '-browsers' || '' }}
|
||||||
|
@ -204,7 +204,7 @@ jobs:
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
|
||||||
core_frontend_tests:
|
core_frontend_tests:
|
||||||
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-fork')"
|
if: "!(github.event_name == 'push' && github.repository == 'discourse/discourse-private-mirror')"
|
||||||
name: core frontend (${{ matrix.browser }})
|
name: core frontend (${{ matrix.browser }})
|
||||||
runs-on: ubuntu-20.04-8core
|
runs-on: ubuntu-20.04-8core
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user