mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Force order. But I think steps need dependencies, not jobs.
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
translate:
|
translate:
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
- validate
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download translations
|
- name: Download translations
|
||||||
@@ -137,7 +137,6 @@ jobs:
|
|||||||
GH_TOKEN: ''
|
GH_TOKEN: ''
|
||||||
generate-js:
|
generate-js:
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
|
||||||
- translate
|
- translate
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -149,7 +148,7 @@ jobs:
|
|||||||
npm update
|
npm update
|
||||||
cleanup-meta:
|
cleanup-meta:
|
||||||
needs:
|
needs:
|
||||||
- prepare
|
- generate-js
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Cleanup changelog
|
- name: Cleanup changelog
|
||||||
@@ -247,8 +246,6 @@ jobs:
|
|||||||
version: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
version: ${{ github.event_name == 'schedule' && 'develop' || github.event.inputs.version }}
|
||||||
build:
|
build:
|
||||||
needs:
|
needs:
|
||||||
- validate
|
|
||||||
- generate-js
|
|
||||||
- cleanup-meta
|
- cleanup-meta
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user