kopia lustrzana https://github.com/cheeaun/phanpy
Only run these on this repo
rodzic
cded263b06
commit
c3cba4fd04
|
@ -8,7 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
run-and-merge:
|
||||
if: contains(github.event.pull_request.labels.*.name, 'i18n') &&
|
||||
if: github.repository == 'cheeaun/phanpy' &&
|
||||
contains(github.event.pull_request.labels.*.name, 'i18n') &&
|
||||
github.event.pull_request.base.ref == 'main' &&
|
||||
github.event.pull_request.head.ref == 'l10n_main'
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update-readme:
|
||||
if: github.repository == 'cheeaun/phanpy'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -7,6 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
tag:
|
||||
if: github.repository == 'cheeaun/phanpy'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
@ -8,6 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update-catalogs:
|
||||
if: github.repository == 'cheeaun/phanpy'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Ładowanie…
Reference in New Issue