Skip to content

Commit b23c712

Browse files
fix workflow naming
1 parent ce87536 commit b23c712

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GH Actions CI
1+
name: GH Actions Lints
22
on:
33
push:
44
branches:
@@ -18,7 +18,7 @@ defaults:
1818
shell: bash -l {0}
1919

2020
jobs:
21-
tests:
21+
lints:
2222
if: "github.repository == 'openforcefield/openff-pablo'"
2323
runs-on: ${{ matrix.os }}
2424
strategy:

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GH Actions CI
1+
name: GH Actions Tests
22
on:
33
push:
44
branches:
@@ -23,7 +23,7 @@ defaults:
2323
shell: bash -l {0}
2424

2525
jobs:
26-
lints:
26+
tests:
2727
if: "github.repository == 'openforcefield/openff-pablo'"
2828
runs-on: ${{ matrix.os }}
2929
strategy:

0 commit comments

Comments
 (0)