1 parent 84d7c77 commit 9a673a2Copy full SHA for 9a673a2
1 file changed
.github/workflows/dev-db-nightly.yml
@@ -39,7 +39,7 @@ jobs:
39
build-mariadb:
40
name: Build MariaDB Docker Images
41
runs-on: ubuntu-latest
42
- if: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'schedule' || github.event.inputs.skipMariaDBBuild == 'false' }}
+ if: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'schedule' || github.event.inputs.skipMariaDBBuild == 'false') }}
43
permissions:
44
contents: read
45
packages: write
0 commit comments