move on location
This commit is contained in:
parent
da5a638c20
commit
7ed9ce1ad4
1 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [ assigned, opened, synchronize, reopened ]
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
run-name: lint
|
run-name: lint
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [ assigned, opened, synchronize, reopened ]
|
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
steps:
|
steps:
|
||||||
|
@ -16,9 +16,6 @@ jobs:
|
||||||
|
|
||||||
build-x86_64:
|
build-x86_64:
|
||||||
run-name: Build on x86_64
|
run-name: Build on x86_64
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [ assigned, opened, synchronize, reopened ]
|
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
|
|
Loading…
Reference in a new issue