We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95cf2e commit c7e3eebCopy full SHA for c7e3eeb
.github/workflows/build_test_push.yaml
@@ -78,11 +78,7 @@ jobs:
78
build-test-push-x86:
79
runs-on: ubuntu-latest
80
needs: [check-git]
81
- if: |
82
- ${{ !inputs.skip_test || (
83
- github.repository == 'logicalclocks/rondb-docker' &&
84
- (startsWith(github.ref_name, 'release-') || github.ref_name == 'main')
85
- )}}
+ if: ${{ !inputs.skip_test || (github.repository == 'logicalclocks/rondb-docker' && (startsWith(github.ref_name, 'release-') || github.ref_name == 'main'))}}
86
steps:
87
- uses: actions/checkout@v4
88
0 commit comments