Forks of this repository that activate workflows might end up building Docker images on a scheduled basis.
-
Current:
if: ${{ github.event_name != 'schedule' || github.repository == 'FirebirdSQL/firebird-docker' }}
-
Proposed:
if: ${{ github.repository == 'FirebirdSQL/firebird-docker' }}