We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab622e7 commit 44e335cCopy full SHA for 44e335c
.github/workflows/cd.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: aws-ec2
+ runs-on: [self-hosted, aws-ec2]
12
13
steps:
14
- name: Pull Docker image
0 commit comments