Closed
Description
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' }}
Metadata
Metadata
Assignees
Labels
No labels