Skip to content

Commit

Permalink
Merge pull request #188 from OpenBMB/dev
Browse files Browse the repository at this point in the history
Update workflow config
  • Loading branch information
MayDomine authored Feb 26, 2024
2 parents 5fde9e0 + 39478a3 commit 6670f5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-archive-wheel:

uses: OpenBMB/BMTrain/.github/workflows/build_whl.yml@workflow
uses: OpenBMB/BMTrain/.github/workflows/build_whl.yml@main
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-archive-wheel:
uses: OpenBMB/BMTrain/.github/workflows/build_whl.yml@workflow
uses: OpenBMB/BMTrain/.github/workflows/build_whl.yml@main
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

build-archive-wheel:

uses: OpenBMB/BMTrain/.github/workflows/build_whl.yml@workflow
uses: OpenBMB/BMTrain/.github/workflows/build_whl.yml@main
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 6670f5c

Please sign in to comment.