Skip to content

Commit

Permalink
refactor(main): auto package (#122)
Browse files Browse the repository at this point in the history
* refactor(main): auto package

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* refactor(main): auto package

Signed-off-by: cuisongliu <cuisongliu@qq.com>

---------

Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu authored Jul 8, 2023
1 parent 8cf100b commit acb09b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

workflow_call:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Go for PR

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Go for Push

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ jobs:
-t ${DOCKER_REPO}:latest \
-f dockerfiles/cepctl/Dockerfile \
.
call_ci_workflow:
uses: ./.github/workflows/pages.yml

0 comments on commit acb09b3

Please sign in to comment.