We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94a328 commit 1dd97b2Copy full SHA for 1dd97b2
1 file changed
.github/workflows/deploy-hetzner.yml
@@ -11,6 +11,7 @@ concurrency:
11
12
jobs:
13
deploy:
14
+ if: ${{ github.repository_owner == 'npow' && vars.ENABLE_HETZNER_DEPLOY == 'true' }}
15
runs-on: ubuntu-latest
16
env:
17
APP_DIR: /root/github-roast
0 commit comments