Skip to content

Commit

Permalink
Fixed runs-on parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 27, 2024
1 parent c817edd commit aadf487
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ on:
type: boolean

env:
LABEL: ubuntu-latest
COMPOSITE_NAME: "linux-SUBNAME-amd64"
SESSION_NAME: "Installation-Assistant-Test"
REGION: "us-east-1"

jobs:
initialize-environment:
runs-on: $LABEL
runs-on: ubuntu-latest

steps:
- name: Set up Git
Expand Down

0 comments on commit aadf487

Please sign in to comment.