Remove scheduled runs (#86200)

Scheduled runs are no longer needed now that ansible-core 2.17 is EOL.
This commit is contained in:
Matt Clay
2025-11-14 11:05:41 -08:00
committed by GitHub
parent 03fd352037
commit acb45791f5

View File

@@ -12,15 +12,6 @@ pr:
- devel
- stable-*
schedules:
- cron: 0 7 * * *
displayName: Nightly
always: true
branches:
include:
- devel
- stable-*
variables:
- name: checkoutPath
value: ansible