Skip to content

Commit

Permalink
Revert running on union CI cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <[email protected]>
  • Loading branch information
EngHabu committed Oct 20, 2023
1 parent 423b0e5 commit 738be36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
codespell:
name: Check for spelling errors
runs-on: union-k8s-runner
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
contributors:
runs-on: union-k8s-runner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Contributors Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flyteidl-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
GO_VERSION: "1.19"
jobs:
unpack-envvars:
runs-on: union-k8s-runner
runs-on: ubuntu-latest
outputs:
go-version: ${{ steps.step.outputs.go-version }}
steps:
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: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
Expand Down

0 comments on commit 738be36

Please sign in to comment.