We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de74ca commit 70118a6Copy full SHA for 70118a6
.github/workflows/sampleapp-ci1.yaml
@@ -2,7 +2,8 @@ name: sampleapp-ci1
2
on: workflow_dispatch # helps to trigger manually on github actions page
3
jobs:
4
compile:
5
- runs-on: ubuntu-latest
+ #runs-on: ubuntu-latest
6
+ runs-on: awsec2-naresh
7
steps:
8
- name: get code
9
uses: actions/checkout@v4
0 commit comments