kopia lustrzana https://github.com/JOSM/MapWithAI
Only run release code on code compiled for specific JOSM revision
Signed-off-by: Taylor Smock <tsmock@meta.com>pull/21/head
rodzic
d5e455b9f7
commit
8ea8f90c55
|
@ -23,6 +23,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
josm-revision: ${{ matrix.josm-revision }}
|
josm-revision: ${{ matrix.josm-revision }}
|
||||||
plugin-jar-name: 'mapwithai'
|
plugin-jar-name: 'mapwithai'
|
||||||
perform-revision-tagging: ${{ github.repository == 'JOSM/MapWithAI' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' }}
|
perform-revision-tagging: ${{ github.repository == 'JOSM/MapWithAI' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' && matrix.josm-revision == 'r18589' }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue