Skip to content

Commit fd112d6

Browse files
committed
Rename Github Actions workflows
To better reflect what they workflows test for
1 parent 7031594 commit fd112d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr-test.yaml renamed to .github/workflows/test-install-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Install matrix"
2+
name: "Install test matrix"
33

44
on:
55
pull_request:
@@ -12,7 +12,7 @@ env:
1212
HONEYCOMB_DATASET: litmus tests
1313

1414
jobs:
15-
smoke-test:
15+
test-install:
1616
name: "PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}"
1717
runs-on: ubuntu-20.04
1818
env:

.github/workflows/manual-smoke-test.yaml renamed to .github/workflows/test-install.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "Manual install test"
2+
name: "Install test"
33

44
on:
55
workflow_dispatch:
@@ -26,8 +26,8 @@ env:
2626
HONEYCOMB_DATASET: litmus tests
2727

2828
jobs:
29-
smoke-test:
30-
name: "${{ matrix.architecture }}, ${{ matrix.image }}, PE ${{ matrix.version }}"
29+
test-install:
30+
name: "PE ${{ matrix.version }} ${{ matrix.architecture }} on ${{ matrix.image }}"
3131
runs-on: ubuntu-20.04
3232
env:
3333
BOLT_GEM: true

0 commit comments

Comments
 (0)