Skip to content

fix: staging CI deploy not triggering on PR reopen #215

@rickstaa

Description

@rickstaa

Problem

The staging CI workflow (staging.yml) does not seem to deploy when a PR is reopened or updated. The deploy key secret (LIVEPEER_CI_DEPLOY_KEY) may also need to be refreshed if the livepeer-ci Studio subgraph was recreated.

Suggested Fix

  1. Explicitly add PR event types to ensure the workflow triggers on reopen/update:
on:
  pull_request:
    types: [opened, synchronize, reopened]
    branches:
      - "*"
  1. Verify the LIVEPEER_CI_DEPLOY_KEY repo secret matches the current deploy key in Subgraph Studio.

Context

  • The livepeer-ci subgraph in Studio appears to have been recreated, which would invalidate the old deploy key.
  • CI currently errors with: You must provide a deploy key

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