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:
|
||||
lint:
|
||||
run-name: lint
|
||||
runs-on: x86_64
|
||||
on:
|
||||
pull_request:
|
||||
types: [ assigned, opened, synchronize, reopened ]
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
|
@ -16,9 +16,6 @@ jobs:
|
|||
|
||||
build-x86_64:
|
||||
run-name: Build on x86_64
|
||||
on:
|
||||
pull_request:
|
||||
types: [ assigned, opened, synchronize, reopened ]
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
|
|
Loading…
Reference in a new issue