Forks of this repository that activate workflows might [end up building Docker images](https://github.com/FirebirdSQL/firebird-docker/blob/master/.github/workflows/publish.yaml#L17) on a scheduled basis. - Current: ```yaml if: ${{ github.event_name != 'schedule' || github.repository == 'FirebirdSQL/firebird-docker' }} ``` - Proposed: ```yaml if: ${{ github.repository == 'FirebirdSQL/firebird-docker' }} ```