-
Notifications
You must be signed in to change notification settings - Fork 519
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
[Actions] Remove broken action. #11819
Merged
mandel-macaque
merged 1 commit into
dotnet:main
from
mandel-macaque:remove-broken-action
Jun 4, 2021
Merged
[Actions] Remove broken action. #11819
mandel-macaque
merged 1 commit into
dotnet:main
from
mandel-macaque:remove-broken-action
Jun 4, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed.
spouliot
approved these changes
Jun 4, 2021
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 * try more debugging Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 * try more debugging * changing to create new branch Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 * try more debugging * changing to create new branch * forgot to update the depends on Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 * try more debugging * changing to create new branch * forgot to update the depends on * adding soft-fail Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
tj-devel709
added a commit
that referenced
this pull request
Jun 4, 2021
* [Tests] Fix intro tests on older macOS (#11736) Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> * Seeing if pushing to this lego branch will create a PR inside AutomatingLocalizationGHATest * [Actions] Remove broken action. (#11819) Actions that are triggered from forks do not have access to the secrets making the action fail most of the time. We have moved to a github action in the static page repo that will clean results of closed PRs everyday. We remove this action because is broken and not needed. * try again * let's get the lego firing again * fire lego #3 * see if test gha occurs * trying after changing gha name * changing the branch (#11826) Co-authored-by: tj_devel709 <antlambe@microsoft.com> * after changing the GHA in main * perhaps the action was not updated yet * after merge main * wrong label * fire * adding sync to this branch * fixing env variable * conditionals in the wrong place * add debugging * more debugging * changing the label requirement for the tests * more debugging 2 * try more debugging * changing to create new branch * forgot to update the depends on * adding soft-fail * soft-fail -> soft_fail Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: tj_devel709 <antlambe@microsoft.com> Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Actions that are triggered from forks do not have access to the secrets
making the action fail most of the time. We have moved to a github
action in the static page repo that will clean results of closed PRs
everyday. We remove this action because is broken and not needed.