Skip to content

Commit 70118a6

Browse files
authored
Update sampleapp-ci1.yaml
1 parent 0de74ca commit 70118a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sampleapp-ci1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: sampleapp-ci1
22
on: workflow_dispatch # helps to trigger manually on github actions page
33
jobs:
44
compile:
5-
runs-on: ubuntu-latest
5+
#runs-on: ubuntu-latest
6+
runs-on: awsec2-naresh
67
steps:
78
- name: get code
89
uses: actions/checkout@v4

0 commit comments

Comments
 (0)