cloudoperators / juno

Monorepo for the Juno modular frontend framework, apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

chore(ci): this PR corrects the branch reference for the shared workflow, which was previously incorrect. #549

Closed ArtieReus closed 1 month ago

ArtieReus commented 1 month ago

Summary

This PR corrects the branch reference for the shared workflow, which was previously incorrect.

Changes Made

Related Issues

Screenshots (if applicable)

Testing Instructions

  1. npm i
  2. npm run TASK

Checklist

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: ea0fc4d4060a89d23071dfc09e58f253dbdefeac

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

andypf commented 1 month ago

that would fix the error "No event triggers defined in on"?

ArtieReus commented 1 month ago

that would fix the error "No event triggers defined in on"?

This PR prevents referencing the Workflow which was in the wrong branch because of testing purposes. Where did you see the error?