Skip to content

Commit

Permalink
over
Browse files Browse the repository at this point in the history
Signed-off-by: acejilam <[email protected]>
  • Loading branch information
ls-2018 committed Jul 22, 2024
1 parent 259af34 commit ba378e6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pkr-bld-parallels-x64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
on:
workflow_call:

push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
PACKER_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# PACKER_LOG: "1"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pkr-bld-virtualbox-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]

env:
PACKER_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pkr-bld-virtualbox-x64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]

env:
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pkr-bld-vmware-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]

env:
PACKER_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pkr-bld-vmware-x64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
on:
workflow_call:
push:
branches: ["main"]
pull_request:
branches: ["main"]

env:
PACKER_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit ba378e6

Please sign in to comment.