We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfedea commit c4fe9e8Copy full SHA for c4fe9e8
.github/workflows/release_pypi_after_merge.yml
@@ -7,9 +7,6 @@ on:
7
- 'version.txt'
8
types:
9
- closed
10
-permissions:
11
- id-token: write
12
- contents: read
13
jobs:
14
build-n-publish:
15
if: github.event_name == 'workflow_dispatch' || github.repository == 'hpcaitech/ColossalAI' && github.event.pull_request.merged == true && github.base_ref == 'main'
0 commit comments