projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b15f2e
)
GA: run development_freeze only on main repository
author
Luca Boccassi
<bluca@debian.org>
Wed, 30 Nov 2022 10:28:13 +0000
(10:28 +0000)
committer
Luca Boccassi
<bluca@debian.org>
Wed, 30 Nov 2022 10:59:03 +0000
(10:59 +0000)
No point in running this checker on other forks
.github/workflows/development_freeze.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/development_freeze.yml
b/.github/workflows/development_freeze.yml
index 7932373e86b9f4bd44428eed49c1bd68d5ffc5e1..5124d85ac8d2a27ac46960ba050c9b8d99cefb70 100644
(file)
--- a/
.github/workflows/development_freeze.yml
+++ b/
.github/workflows/development_freeze.yml
@@
-13,6
+13,7
@@
permissions:
jobs:
freezer:
runs-on: ubuntu-22.04
+ if: github.repository == 'systemd/systemd'
permissions:
pull-requests: write