Skip to content

Commit

Permalink
try to create bug-fixes releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Aug 27, 2024
1 parent 62cb850 commit 261bf3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# Define a dictionary that maps day of the week to an action
actions = {
"Monday": integration,
"Tuesday": integration,
"Wednesday": integration,
"Tuesday": release("5.5"), #integration,
"Wednesday": release("5.6"), #integration,
"Thursday": integration,
"Friday": release("5.5"),
"Saturday": release("5.6"),
Expand Down

0 comments on commit 261bf3a

Please sign in to comment.