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've got a GitHub workflow file, with 2 jobs in it. One is for building the application, and the other is for deploying it to my hosting company. The build job works fine, but the deployment job fails. However, I'd really like to get the changes that this PR represents merged into the main branch. But this is blocking the whole works. And it has held it up for a week. I've thought that maybe I could cancel the PR, then mark the GitHub Workflow as disabled. Then re-issue the PR, get the necessary changes into main and research how I can get the deployment of my web application onto the hosting company.
Is that the way I should do it, or is there a better way?
ActionsBuild, test, and automate your deployment pipeline with world-class CI/CDQuestionAsk and answer questions about GitHub features and usageWorkflow DeploymentTopics about deploying workflows, publishing artifacts, and deployment targets in GitHub Actions.Workflow ConfigurationTopics about workflow files, YAML setup, job dependencies, and general workflow configuration issuessource:uiDiscussions created via Community GitHub templates
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Workflow Deployment
Discussion Details
I've got a GitHub workflow file, with 2 jobs in it. One is for building the application, and the other is for deploying it to my hosting company. The build job works fine, but the deployment job fails. However, I'd really like to get the changes that this PR represents merged into the
mainbranch. But this is blocking the whole works. And it has held it up for a week. I've thought that maybe I could cancel the PR, then mark the GitHub Workflow as disabled. Then re-issue the PR, get the necessary changes intomainand research how I can get the deployment of my web application onto the hosting company.Is that the way I should do it, or is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions