Skip to content

Commit

Permalink
nvm union machines
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu committed Oct 19, 2023
1 parent 0d28254 commit c893bca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
jobs:
generate:
runs-on: union-k8s-runner
runs-on: ubuntu-latest
name: Go Generate
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
lint:
name: Run Lint
runs-on: union-k8s-runner
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ inputs.component }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
stale:
name: Close stale issues
runs-on: union-k8s-runner
runs-on: union-k8s-runner
steps:
- uses: actions/stale@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
compile:
runs-on: union-k8s-runner
runs-on: ubuntu-latest
steps:
- name: Fetch the code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
defaults:
run:
working-directory: ${{ inputs.component }}
runs-on: union-k8s-runner
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c893bca

Please sign in to comment.