Skip to content

Commit 89a5352

Browse files
committed
TO-DROP: run on pull_request instead of push
1 parent 2c67ce6 commit 89a5352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-self-hosted-runners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Run every 6 hours
77
- cron: "0 */6 * * *"
88
workflow_dispatch:
9-
push:
9+
pull_request:
1010

1111
# The following secrets are required for this workflow to run:
1212
# AZURE_CREDENTIALS - Credentials for the Azure CLI. It's recommended to set up a resource

0 commit comments

Comments
 (0)