Skip to content

Commit

Permalink
commented out the default section in the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
catelleempei-eaton committed May 6, 2024
1 parent 313f48b commit 1da4586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packer-build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Linux Packer Image

on:
push:
branches:
- cem/runnerimage
#workflow_dispatch:
branches:
- cem/runnerimage

jobs:
packer:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/packer-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches:
- cem/runnerimage

defaults:
run:
shell: pwsh
# defaults:
# run:
# shell: pwsh

jobs:
packer:
Expand Down

0 comments on commit 1da4586

Please sign in to comment.