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
I have a common deployment workflow shared across both my staging and production environments with an if condition so it only triggers for production deployments:
However, I noticed for my staging deployments, the action is still running a build / setup step at the start of my workflow that takes about 5 seconds:
Build container for action use: '/home/runner/work/_actions/rollbar/github-deploy-action/eaf2a60ea238bd273226eee0ddceecfe5611964d/Dockerfile'
I've been trying to get my deployments around a minute so this actually accounts for 5% of my total deployment time.
Is there a better way to skip this action for different environments or make the action smarter so it doesn't run this when it's being skipped?
Thanks
The text was updated successfully, but these errors were encountered:
I have a common deployment workflow shared across both my staging and production environments with an if condition so it only triggers for production deployments:
However, I noticed for my staging deployments, the action is still running a build / setup step at the start of my workflow that takes about 5 seconds:
I've been trying to get my deployments around a minute so this actually accounts for 5% of my total deployment time.
Is there a better way to skip this action for different environments or make the action smarter so it doesn't run this when it's being skipped?
Thanks
The text was updated successfully, but these errors were encountered: