Skip to content

Commit e45833d

Browse files
committed
ci: Resolve TODOs and run workflow on master
1 parent be87a63 commit e45833d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/aggregate_tested_versions.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Aggregate Tested Versions
33
on:
44
push:
55
branches:
6-
- "**" # For test purposes, always run the workflow
7-
# - master # TODO: Uncomment this line to run the workflow only on master
6+
- master
87
workflow_dispatch:
98

109
jobs:
@@ -59,6 +58,5 @@ jobs:
5958
title: "chore: update supported versions"
6059
branch: "update-supported-versions"
6160
base: "master"
62-
draft: true # TODO: Remove when ready to merge
6361
delete-branch: true
6462
body: This PR updates the supported versions tables.

0 commit comments

Comments
 (0)