You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the pull_request and pull_request_target events are supported. This action does nothing when triggered by other event types
So this means I can't use this in my workflow if it's based push event?
on:
- push
I created a job here which runs tests, then builds lcov.info data. Can't I simply create another job here that calls this action?
In order to use this action, must I create a job in the pull_request flow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A simple question:
The docs say:
Only the pull_request and pull_request_target events are supported. This action does nothing when triggered by other event typesSo this means I can't use this in my workflow if it's based push event?
I created a job here which runs tests, then builds lcov.info data. Can't I simply create another job here that calls this action?
In order to use this action, must I create a job in the pull_request flow?
Beta Was this translation helpful? Give feedback.
All reactions