Skip to content

Commit 5778373

Browse files
authored
Merge pull request #2308 from Kobzol/ci-rename
Rename CI jobs to make them more accurate
2 parents 9fc23ba + 3a11ae1 commit 5778373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
test-linux:
13-
name: Test and deploy
13+
name: Test on Linux
1414
runs-on: ubuntu-22.04
1515
env:
1616
TEST_DB_URL: postgres://postgres:testpass@localhost:5432/postgres

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Manual deploy
1+
name: Deploy
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)