Skip to content

v2.7.5 triggers automatic execution of jobs after deployment #578

@jreidgreer

Description

@jreidgreer

TL;DR

I don't know root cause yet, but after the release of v2.7.5 our jobs began to be executed after they were deployed. We previously were pinned to @v2. Manually pinning the version to v2.7.4 fixed this issue.

Expected behavior

Job would continue to not be executed after deployment.

Observed behavior

Job was executed after deployment.

Action YAML

- name: Deploy Job Runner
  uses: google-github-actions/[email protected]
  with:
    region: ${{ matrix.region }}
    job: my-job
    image: us-central1-docker.pkg.dev/${{ matrix.project_id }}/docker/my-image:${{ env.sha }}

Log output


Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions