Only run release code on code compiled for specific JOSM revision

Signed-off-by: Taylor Smock <tsmock@meta.com>
pull/21/head
Taylor Smock 2023-02-22 12:38:00 -07:00
rodzic d5e455b9f7
commit 8ea8f90c55
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 233BB2E466604E27
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,6 +23,6 @@ jobs:
with:
josm-revision: ${{ matrix.josm-revision }}
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