ci: fix nightly db build schedule condition
This commit is contained in:
parent
84d7c77dce
commit
9a673a27ac
2
.github/workflows/dev-db-nightly.yml
vendored
2
.github/workflows/dev-db-nightly.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
build-mariadb:
|
build-mariadb:
|
||||||
name: Build MariaDB Docker Images
|
name: Build MariaDB Docker Images
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
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') }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
|
|
Loading…
Reference in a new issue