mirror of
https://github.com/Icinga/L10n.git
synced 2025-04-08 17:15:19 +02:00
ci: Only run scheduled actions in our repository
This commit is contained in:
parent
cbd0fdb3ae
commit
dca9a6defa
1
.github/workflows/automatic-merge.yml
vendored
1
.github/workflows/automatic-merge.yml
vendored
@ -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
|
||||
|
1
.github/workflows/automatic-resolve.yml
vendored
1
.github/workflows/automatic-resolve.yml
vendored
@ -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…
x
Reference in New Issue
Block a user