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

break: only meaningful in a for', while', or `until' loop #6

Open
donni106 opened this issue Feb 17, 2025 · 1 comment
Open

break: only meaningful in a for', while', or `until' loop #6

donni106 opened this issue Feb 17, 2025 · 1 comment

Comments

@donni106
Copy link

My GitHub Action argues about the break here:

Weird is, that it worked for some time, and since then, this error occurs.
Anyone came across this before?

@donni106
Copy link
Author

I guess the problem is, that I am triggering the workflow depending on another one with

on:
  workflow_run:
    workflows: ["other workflow name"]
    types:
      - completed

This way some env vars are not correct?

It works when running with

on:
  push:
    branches:
      - master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant