Github: update workflow to match new scheme (#498)
This commit is contained in:
parent
2b89ca50fa
commit
c2b3084de3
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -1,10 +1,6 @@
|
|||||||
name: 'CI'
|
name: 'CI'
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- 'wiki/**'
|
|
||||||
- 'wiki_static/**'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TARGETS: f5 f6
|
TARGETS: f5 f6
|
||||||
@ -146,7 +142,7 @@ jobs:
|
|||||||
genpic:
|
genpic:
|
||||||
name: Generate pic
|
name: Generate pic
|
||||||
needs: upload
|
needs: upload
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/dev'
|
||||||
runs-on: [self-hosted]
|
runs-on: [self-hosted]
|
||||||
steps:
|
steps:
|
||||||
- name: Set test env
|
- name: Set test env
|
||||||
|
Loading…
Reference in New Issue
Block a user