mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-16 16:32:52 +00:00
[devops] fixed workflow bug (#462)
This commit is contained in:
parent
304263c2ce
commit
90bd97b9c0
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
2
.github/workflows/release_test.yml
vendored
2
.github/workflows/release_test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user