Wait after PR merge, so the versioning can be done simply

This commit is contained in:
Yair Morgenstern 2023-11-28 12:07:09 +02:00
parent e022eb803a
commit 50ce8b30b6

View File

@ -57,7 +57,7 @@ jobs:
# Since there's no simple way to poll for this, we just wait
- uses: GuillaumeFalourd/wait-sleep-action@v1
with:
time: '30' # for 60 seconds
time: '15' # In seconds
- uses: actions/checkout@v3
with: # Required for triggering the deploy on tags added by this automation