Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
90bd97b9
Unverified
Commit
90bd97b9
authored
Mar 18, 2022
by
Frank Lee
Committed by
GitHub
Mar 18, 2022
Browse files
[devops] fixed workflow bug (#462)
parent
304263c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release.yml
.github/workflows/release.yml
+1
-1
.github/workflows/release_test.yml
.github/workflows/release_test.yml
+1
-1
No files found.
.github/workflows/release.yml
View file @
90bd97b9
...
...
@@ -4,7 +4,7 @@ on: workflow_dispatch
jobs
:
build-n-publish
:
if
:
github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI' && contains('["FrankLeeeee", "ver217", "feifeibear", "kurisusnowdeng"]', github.actor)
if
:
github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI' && contains(
fromJson(
'["FrankLeeeee", "ver217", "feifeibear", "kurisusnowdeng"]'
)
, github.actor)
name
:
Build and publish Python 🐍 distributions 📦 to PyPI
runs-on
:
ubuntu-latest
timeout-minutes
:
20
...
...
.github/workflows/release_test.yml
View file @
90bd97b9
...
...
@@ -4,7 +4,7 @@ on: workflow_dispatch
jobs
:
build-n-publish
:
if
:
github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI' && contains('["FrankLeeeee", "ver217", "feifeibear", "kurisusnowdeng"]', github.actor)
if
:
github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI' && contains(
fromJson(
'["FrankLeeeee", "ver217", "feifeibear", "kurisusnowdeng"]'
)
, github.actor)
name
:
Build and publish Python 🐍 distributions 📦 to Test PyPI
runs-on
:
ubuntu-latest
timeout-minutes
:
20
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment