Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
NagaTulasi committed Oct 1, 2024
1 parent ca64b37 commit f95ac9b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip-sims')"
steps:
- uses: actions/checkout@v4
with:
ref: "release/v0.50.x"
- uses: actions/setup-go@v5
with:
go-version: "1.22"
Expand Down Expand Up @@ -48,8 +46,6 @@ jobs:
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
ref: "release/v0.50.x"
- uses: actions/setup-go@v5
with:
go-version: "1.22"
Expand All @@ -67,8 +63,6 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v4
with:
ref: "release/v0.50.x"
- uses: actions/setup-go@v5
with:
go-version: "1.22"
Expand All @@ -86,8 +80,6 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v4
with:
ref: "release/v0.50.x"
- uses: actions/setup-go@v5
with:
go-version: "1.22"
Expand Down

0 comments on commit f95ac9b

Please sign in to comment.