We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af32906 commit 3dcc490Copy full SHA for 3dcc490
1 file changed
.github/workflows/Tasmota_build_master.yml
@@ -16,7 +16,9 @@ concurrency:
16
jobs:
17
safeboot-images:
18
runs-on: ubuntu-latest
19
- #if: github.repository == '**/Tasmota'
+ #if: github.repository == 'arendst/Tasmota'
20
+ if: github.repository == "${GITHUB_ACTOR}/Tasmota"
21
+
22
continue-on-error: false
23
strategy:
24
matrix:
0 commit comments