We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9863e9c commit f66432bCopy full SHA for f66432b
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ permissions:
29
30
jobs:
31
publish:
32
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, lambda, arm]
33
if: github.repository == 'elva-labs/awsesh'
34
steps:
35
- uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
80
publish-release:
81
needs: publish
82
if: needs.publish.outputs.tag
83
84
85
86
with:
0 commit comments