Skip to content

Commit 394108e

Browse files
committed
ci: simplify snapshot check
1 parent 26a0942 commit 394108e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
runs-on: ubuntu-latest
4545
if: >-
4646
github.actor != 'dependabot[bot]' &&
47-
github.actor == 'hauner' && contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT')
47+
github.actor == 'hauner' &&
48+
needs.version.outputs.BUILD_SNAPSHOT == 'true'
49+
# contains(needs.version.outputs.BUILD_VERSION, 'SNAPSHOT')
4850

4951
steps:
5052
- run: |

0 commit comments

Comments
 (0)