pull/1622/head v1.3.36.dd720f2
Ben Meadors 2022-08-11 19:23:51 -05:00
rodzic 808fef7e91
commit dd720f2fe6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -406,7 +406,7 @@ jobs:
release-artifacts:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' }}
needs: [gather-artifacts]
needs: [gather-artifacts, after-checks]
steps:
- name: Checkout
uses: actions/checkout@v2