We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a0942 commit 394108eCopy full SHA for 394108e
1 file changed
.github/workflows/build.yaml
@@ -44,7 +44,9 @@ jobs:
44
runs-on: ubuntu-latest
45
if: >-
46
github.actor != 'dependabot[bot]' &&
47
- github.actor == 'hauner' && contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT')
+ github.actor == 'hauner' &&
48
+ needs.version.outputs.BUILD_SNAPSHOT == 'true'
49
+# contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT')
50
51
steps:
52
- run: |
0 commit comments