Skip to content

Commit e36ae67

Browse files
authored
Merge branch 'main' into fix-deletion-of-untouched-machines
2 parents 7d59204 + bdc24b1 commit e36ae67

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Lint
23

34
on:
@@ -10,7 +11,7 @@ on:
1011

1112
jobs:
1213
lint:
13-
name: Run on Ubuntu
14+
name: Lint
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Clone the code

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14+
name: Release Drafter
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Draft Release

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: E2E Tests
23

34
on:
@@ -10,7 +11,7 @@ on:
1011

1112
jobs:
1213
test-e2e:
13-
name: Run on Ubuntu
14+
name: E2E Tests
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Clone the code

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Tests
23

34
on:
@@ -10,7 +11,7 @@ on:
1011

1112
jobs:
1213
test:
13-
name: Run on Ubuntu
14+
name: Tests
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Clone the code

0 commit comments

Comments
 (0)