FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Stop running debug artifacts checks on MacOS by angelapwen · Pull Request #2123 · github/codeql-action · GitHub

Stop running debug artifacts checks on MacOS - #2123

Merged
angelapwen merged 1 commit into
github:mainfrom
angelapwen:remove-macos-debug-artifacts-check
Feb 9, 2024
Merged

Stop running debug artifacts checks on MacOS#2123
angelapwen merged 1 commit into
github:mainfrom
angelapwen:remove-macos-debug-artifacts-check

Conversation

Copy link
Copy Markdown
Contributor

These checks take a while, and there's no specific reason to run them on MacOS in particular. We run them only on ubuntu-latest instead.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

angelapwen marked this pull request as ready for review February 8, 2024 17:13
angelapwen requested a review from a team as a code owner February 8, 2024 17:13
angelapwen enabled auto-merge (squash) February 8, 2024 17:37

aeisenberg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Minor suggestion, but this looks good.

fi
done
popd
pushd "./my-debug-artifacts"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

No longer need pushd/popd since there's only one directory now.

Suggested change
pushd "./my-debug-artifacts"
cd "./my-debug-artifacts"

exit 1
fi
done
popd

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Suggested change
popd

angelapwen merged commit 3ab1d29 into github:main Feb 9, 2024

Copy link
Copy Markdown
Contributor Author

Sorry, I'd set this to auto-merge and it merged as soon as you approved 😆

angelapwen deleted the remove-macos-debug-artifacts-check branch February 13, 2024 12:18
angelapwen added a commit to angelapwen/codeql-action that referenced this pull request Feb 13, 2024
Suggested in github#2123 but was automerged before I could apply the suggestion
github-actions Bot mentioned this pull request Feb 13, 2024
8 tasks
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL