Skip to content

Cancel Internal Tests private job if the public job is cancelled #3655

Description

@bfops

When a public Internal Tests job is cancelled, cancel the corresponding private job as well.

TODO

  • Split the job into a part that kicks off the workflow, and one that waits for it
  • Do something like this to cancel the job that was kicked off:
  - name: Run only if job was cancelled
    if: ${{ cancelled() }}
    run: echo "Job was cancelled!"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions