Skip to content

Commit

Permalink
chore: disable Trigger GitLab CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GerilLeto committed Jan 17, 2025
1 parent d940648 commit 6a648db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ jobs:
run: docker build -f Dockerfile-website -t registry.cn-hongkong.aliyuncs.com/merico/table-website:${{ steps.tag.outputs.TAG }} .
- name: Push table website image
run: docker push registry.cn-hongkong.aliyuncs.com/merico/table-website:${{ steps.tag.outputs.TAG }}
- name: Trigger GitLab CI pipeline
# only runs if the previous step was successful
if: success()
uses: eic/trigger-gitlab-ci@v2
with:
token: ${{ secrets.GITLAB_TOKEN }}
project_id: ${{ secrets.GITLAB_PROJECT_ID }}
ref_name: main
# - name: Trigger GitLab CI pipeline
# # only runs if the previous step was successful
# if: success()
# uses: eic/trigger-gitlab-ci@v2
# with:
# token: ${{ secrets.GITLAB_TOKEN }}
# project_id: ${{ secrets.GITLAB_PROJECT_ID }}
# ref_name: main

0 comments on commit 6a648db

Please sign in to comment.