fix cycle in yaml

This commit is contained in:
Jared Weakly 2020-07-20 13:43:06 -07:00
parent b1b380a087
commit ad76a58e08

View File

@ -178,7 +178,7 @@ jobs:
path: "cryptol.msi*"
release:
needs: [outputs, bundle, release]
needs: [outputs, bundle]
if: >-
startsWith(github.head_ref, 'releases-')
|| (github.event_name == 'pull_request' && startsWith(github.head_ref, 'actions/'))