Skip to content

Publish workflow: Stricter condition for project forks #29

Closed
@fdcastel

Description

@fdcastel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions