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 70118a6 commit e34861bCopy full SHA for e34861b
.github/workflows/sampleapp-ci1.yaml
@@ -3,7 +3,7 @@ on: workflow_dispatch # helps to trigger manually on github actions page
3
jobs:
4
compile:
5
#runs-on: ubuntu-latest
6
- runs-on: awsec2-naresh
+ runs-on: self-hosted
7
steps:
8
- name: get code
9
uses: actions/checkout@v4
0 commit comments