Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on.release no longer triggers runners as of 9/30/2024 #3530

Open
adamlui opened this issue Oct 27, 2024 · 0 comments
Open

on.release no longer triggers runners as of 9/30/2024 #3530

adamlui opened this issue Oct 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@adamlui
Copy link

adamlui commented Oct 27, 2024

Describe the bug
Workflows using on.release no longer trigger runners

To Reproduce
Steps to reproduce the behavior:

  1. Create a workflow that contains for example,
on:
  release:
    types: [released]
  1. Publish a release

Expected behavior
Workflow triggers runner

Runner Version and Platform

Version of your runner?
IDK

OS of the machine running the runner? OSX/Windows/Linux/...
Linux

What's not working?

This workflow https://github.com/adamlui/scss-to-css/blob/main/.github/workflows/sync-new-releases-to-js-utils.yml used to run every time I publish new release, but now the log https://github.com/adamlui/scss-to-css/actions/workflows/sync-new-releases-to-js-utils.yml shows it stopped running on 9/30/2024 (with no change to workflow file)

Job Log Output

N/A

Runner and Worker's Diagnostic Logs

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant