Skip to content

Commit

Permalink
ci: PUSH_VAGRANT用于选择是否push vagrant脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Apr 13, 2024
1 parent cecab6f commit 92cac0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
delete-scow-vagrant:
name: Delete scow-vagrant PR branch
if: vars.PUSH_VAGRANT == 'true'
runs-on: ubuntu-latest
steps:
- name: Delete scow-vagrant PR branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/side-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
scow-vagrant:
name: Update scow-vagrant
runs-on: ubuntu-latest
if: vars.PUSH_VAGRANT == 'true'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 92cac0f

Please sign in to comment.