Browse Source

Give unique names to the CI workflows (#1705)

pull/1707/head
Martin Grigorov 3 years ago
committed by GitHub
parent
commit
ac8abad6a1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci-arm64.yml
  2. 2
      .github/workflows/ci.yml

2
.github/workflows/ci-arm64.yml

@ -1,4 +1,4 @@
name: CI
name: Linux ARM64 CI
on:
push:

2
.github/workflows/ci.yml

@ -1,4 +1,4 @@
name: CI
name: Linux AMD64 CI
on:
push:

Loading…
Cancel
Save