Skip to content

Commit b73bec5

Browse files
authored
Update main.yml
Fix StreisandEffect#1822
1 parent af5eb7d commit b73bec5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playbooks/roles/gpg/tasks/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@
8585
# in the repo become too stale to be used without successsful refresh the
8686
# maintainers will notice failed builds and fix them by refreshing their own
8787
# keyrings and updating the static repo keys until the build passes again.
88-
when: not streisand_ci
89-
88+
when: false
9089
- name: "Set up a daily cronjob to refresh the Streisand GPG keyring"
9190
template:
9291
src: "streisand-gpg-refresh.j2"

0 commit comments

Comments
 (0)