mirror of https://github.com/Icinga/L10n.git
ci: Only run scheduled actions in our repository
This commit is contained in:
parent
cbd0fdb3ae
commit
dca9a6defa
|
@ -9,6 +9,7 @@ jobs:
|
|||
merge:
|
||||
name: Automatic pull request merges
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'Icinga/L10n'
|
||||
|
||||
steps:
|
||||
- name: Merge ready PRs
|
||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
resolve-conflicts:
|
||||
name: Automatic Conflict Resolution
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'Icinga/L10n'
|
||||
|
||||
steps:
|
||||
- name: Checkout code base
|
||||
|
|
Loading…
Reference in New Issue