Skip to content

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

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/deploy-cloudrun@v2.7.4
  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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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