Skip to content

Commit

Permalink
Merge pull request #10 from jeffeb3/2.0.6.1
Browse files Browse the repository at this point in the history
Bump to 2.0.6.1
  • Loading branch information
V1EngineeringInc authored Aug 28, 2020
2 parents 3c99057 + 32e5975 commit 3a54a15
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.6"]' ||
'["2.0.6"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.6.1"]' ||
'["2.0.6.1"]') }}
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.6"]' ||
'["2.0.6"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.6.1"]' ||
'["2.0.6.1"]') }}
machine:
- V13DP_MiniRambo
- V1CNC_MiniRambo
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.6"]' ||
'["2.0.6"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.6.1"]' ||
'["2.0.6.1"]') }}
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.6"]' ||
'["2.0.6"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.6.1"]' ||
'["2.0.6.1"]') }}
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.6"]' ||
'["2.0.6"]') }}
github.event_name == 'pull_request' && '["bugfix-2.0.x", "2.0.6.1"]' ||
'["2.0.6.1"]') }}
machine:
- V1CNC_SkrPro_2209
- V1CNC_SkrPro_DualLR_2209
Expand Down

0 comments on commit 3a54a15

Please sign in to comment.