Skip to content

Commit 7ad3a9d

Browse files
committed
Temporarily add a push trigger to try to run CI in forked repo.
1 parent b3da22b commit 7ad3a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deleteOldReleases.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
- cron: '0 10 * * *' # Daily at 10:00 UTC which is 2:00 AM PST (UTC-8)
66
workflow_dispatch:
7+
push:
78

89
jobs:
910
delete_release_assets:
@@ -21,7 +22,7 @@ jobs:
2122
run: |
2223
2324
# Define 60 days in seconds (60 * 24 * 60 * 60 = 5184000)
24-
60_DAYS_IN_SECONDS=5184000
25+
set 60_DAYS_IN_SECONDS=5184000
2526
2627
# Find assets older than 60 days in the 'dev-wheels' release and pipe their names to xargs for deletion.
2728
gh release view dev-wheels --json assets | \

0 commit comments

Comments
 (0)