Skip to content

Commit

Permalink
Try 2.0.9.2 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 authored Oct 13, 2021
1 parent 9f36ca0 commit 92a8437
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.8.2"]' ||
'["2.0.8.2"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.9.2"]' ||
'["2.0.9.2"]') }}
machine:
- V1CNC_Archim1
- V1CNC_Archim1_Dual
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rambo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.8.2"]' ||
'["2.0.8.2"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.9.2"]' ||
'["2.0.9.2"]') }}
machine:
- V13DP_MiniRambo
- V13DP_Rambo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ramps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.8.2"]' ||
'["2.0.8.2"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.9.2"]' ||
'["2.0.9.2"]') }}
machine:
- V13DP_Ramps_MK8
- V1ZXY_Ramps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skr1p3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.8.2"]' ||
'["2.0.8.2"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.9.2"]' ||
'["2.0.9.2"]') }}
machine:
- V1CNC_Skr1p3_8825
- V1CNC_Skr1p3_2209
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skrpro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.8.2"]' ||
'["2.0.8.2"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.9.2"]' ||
'["2.0.9.2"]') }}
machine:
- V13DP_SkrPro_2209
- V1CNC_SkrPro_2209
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/skrturbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
matrix:
branch: ${{ fromJson(
github.event_name == 'schedule' && '["bugfix-2.0.x"]' ||
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.8.2"]' ||
'["2.0.8.2"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.9.2"]' ||
'["2.0.9.2"]') }}
machine:
- V1CNC_SkrTurbo_8825
- V1CNC_SkrTurbo_DualLR_8825
Expand Down

0 comments on commit 92a8437

Please sign in to comment.