Skip to content

Commit

Permalink
testing push main with all the files
Browse files Browse the repository at this point in the history
  • Loading branch information
AmreshRajvinderSingh committed Feb 21, 2024
1 parent e3a2781 commit 973ff60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ env:

on:
pull_request:
branches: [main]
push:
branches: [A4]
types: [closed]


jobs:
validate-packer-build:
name: Validate Packer Template and Run Tests
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validpacker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Valid Packer CI

on:
pull_request:
push:
branches: [main]


Expand Down
2 changes: 1 addition & 1 deletion packer/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "disk_size" {
}
variable "image_name" {
type = string
default = "custom-image-4"
default = "custom-image-5"
}

variable "project_id" {
Expand Down

0 comments on commit 973ff60

Please sign in to comment.