fix workflow names
This commit is contained in:
parent
3893a6bd09
commit
789c569d22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/on-pull-request.yml
vendored
4
.github/workflows/on-pull-request.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: On push
|
name: On pull request
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
@ -16,7 +16,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_container_image:
|
build_container_image:
|
||||||
name: Build and push Docker image
|
name: Build Docker image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue