Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed May 10, 2023
1 parent f22a5ed commit 1466604
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker
name: build

on:
workflow_dispatch:
Expand All @@ -10,7 +10,7 @@ on:
- '*.md'

jobs:
release:
container:
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github
name: release

on:
workflow_dispatch:
Expand All @@ -10,7 +10,7 @@ on:
- '*.md'

jobs:
release:
github:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
TARGETOS: linux
TARGETARCH: amd64
jobs:
test:
validate:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1466604

Please sign in to comment.