Skip to content

Commit

Permalink
github actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
srajasimman committed Jul 12, 2024
1 parent e3e5764 commit 284be79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- noc.yml
- engg.yml
- sa.yml
- super-admins.yml
runs-on: kb-dev-jumphost-p1
needs: checkout
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
users:
- devops.yml
- noc.yml
- engg.yml
- sa.yml
- super-admins.yml
runs-on: kb-prod-jumphost-p1
needs: checkout
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- noc.yml
- engg.yml
- sa.yml
- super-admins.yml
runs-on: kb-qa-jumphost-p1
needs: checkout
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- noc.yml
- engg.yml
- sa.yml
- super-admins.yml
runs-on: kb-uat-jumphost-p1
needs: checkout
steps:
Expand Down

0 comments on commit 284be79

Please sign in to comment.