Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/LTS2026.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Monthly
name: LTS2026

on:

Expand All @@ -22,13 +22,13 @@ on:

jobs:

Monthly:
name: "Monthly"
LTS2026:
name: "LTS2026"
runs-on: Windows
timeout-minutes: 60
steps:
- name: Check out the GM-TestFramework repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: GM-TF
- name: Testing Manually witth passing RSS_Feed for Monthly builds
Expand All @@ -37,7 +37,7 @@ jobs:
shell: pwsh
- name: Upload Results Artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: summary_file-${{ github.event.inputs.RUNTIME_VERSION }}
path: ${{ github.workspace }}\GM-TF\results
Expand All @@ -64,7 +64,7 @@ jobs:
Slack-Notifications:
name: "Slack-Notification"
runs-on: ubuntu-24.04
needs: [Monthly]
needs: [LTS2026]
if: always()
steps:
- name: Slack Notification on Failure
Expand Down
Loading