Skip to content

Commit

Permalink
Merge pull request etcd-io#16950 from mingli103/e2e-test-arm64
Browse files Browse the repository at this point in the history
etcd-e2d-test:rename e2e-arm64 file and runs it on every pull request…
  • Loading branch information
ahrtr authored Nov 24, 2023
2 parents 82fe457 + 8b3efbc commit c975f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/e2e-arm64-nightly.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Reusable Arm64 E2E Workflow
on:
workflow_call:
inputs:
etcdBranch:
required: true
type: string
name: E2E-Arm64
on: [push, pull_request]
permissions: read-all
jobs:
test:
Expand All @@ -19,8 +14,6 @@ jobs:
- linux-arm64-e2e
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: "${{ inputs.etcdBranch }}"
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Expand Down

0 comments on commit c975f24

Please sign in to comment.