This commit is contained in:
Ben Meadors 2022-08-11 19:23:51 -05:00
parent 808fef7e91
commit dd720f2fe6

View File

@ -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