We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d75dd commit f92e400Copy full SHA for f92e400
2 files changed
.github/workflows/Dev-CI-CD.yml
@@ -11,7 +11,7 @@ permissions:
11
12
jobs:
13
CI-CD:
14
- runs-on: ubuntu-latest
+ runs-on: [ self-hosted, dev ]
15
steps:
16
- uses: actions/checkout@v4
17
.github/workflows/Prod-CI-CD.yaml
+ runs-on: [ self-hosted, prod ]
0 commit comments