Skip to content

Commit

Permalink
remove invalid arm64 workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
chaochn47 committed May 4, 2023
1 parent 2c16812 commit e6c82aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
ref: main
go-version: ${{ needs.goversion.outputs.goversion }}
- run: date
- env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
ref: main
go-version: ${{ needs.goversion.outputs.goversion }}
- run: date
- env:
Expand Down

0 comments on commit e6c82aa

Please sign in to comment.