mirror of https://github.com/llvm/circt.git
[ci][nfc] Clarify name of uploadWheels job
Remove possibly confusing language on the conditions for why a wheel was uploaded. This can happen for several reasons. However, this is too much to enumerate in the job name since this can now be triggered by request from a 'workflow_dispatch' event. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
parent
0fb7636ed5
commit
2b68d16b04
|
@ -65,7 +65,7 @@ jobs:
|
|||
if-no-files-found: error
|
||||
|
||||
push_wheels:
|
||||
name: Push wheels (Tag or Weekly)
|
||||
name: Push wheels
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'llvm/circt' && (github.ref_type == 'tag' || github.event_name == 'schedule' || ((github.event_name == 'workflow_dispatch') && inputs.upload-to-pypi))
|
||||
needs: build_wheels
|
||||
|
|
Loading…
Reference in New Issue