Skip to content

Commit 9a673a2

Browse files
authored
ci: fix nightly db build schedule condition
1 parent 84d7c77 commit 9a673a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-db-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build-mariadb:
4040
name: Build MariaDB Docker Images
4141
runs-on: ubuntu-latest
42-
if: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'schedule' || github.event.inputs.skipMariaDBBuild == 'false' }}
42+
if: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'schedule' || github.event.inputs.skipMariaDBBuild == 'false') }}
4343
permissions:
4444
contents: read
4545
packages: write

0 commit comments

Comments
 (0)