Skip to content

Commit

Permalink
fixup! fixup! Create a deployment for every add-on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Jan 14, 2022
1 parent 35bdb1a commit d57000d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sign-and-release-to-github.yml
Expand Up @@ -23,7 +23,6 @@ jobs:
environment: "review",
transient_environment: true,
auto_merge: false,
mediaType: {previews: ["flash", "ant-man"]},
// The deployment runs in parallel with CI, so status checks will never have succeeded yet:
required_contexts: [],
});
Expand All @@ -48,7 +47,6 @@ jobs:
environment: "review",
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
state: "in_progress",
mediaType: {previews: ["flash", "ant-man"]},
});
- name: "Checkout"
Expand Down Expand Up @@ -109,7 +107,6 @@ jobs:
environment: "review",
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
state: "success",
mediaType: {previews: ["flash", "ant-man"]},
});
env:
DEPLOYMENT_ID: "${{ needs.prepare-deployment.outputs.deployment-id }}"
Expand All @@ -127,7 +124,6 @@ jobs:
log_url: `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`,
environment: "review",
state: "failure",
mediaType: {previews: ["flash", "ant-man"]},
});
env:
DEPLOYMENT_ID: "${{ needs.prepare-deployment.outputs.deployment-id }}"
Expand Down

0 comments on commit d57000d

Please sign in to comment.