-
Notifications
You must be signed in to change notification settings - Fork 88
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
CI: Migrate S3 actions locally from personal repos #6269
base: main
Are you sure you want to change the base?
Conversation
@jwagantall is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
0892e90
to
0df3786
Compare
c2eeaca
to
3a3572a
Compare
Hosting the code for seemethere/download-artifact-s3 and seemethere/upload-artifact-s3 locally to encorage more coolaboration and maintainance of this action. This first migration is based on v4.2.0 Issue: pytorch/ci-infra#242 Signed-off-by: Jessica Wagantall <[email protected]>
3a3572a
to
f3aecb8
Compare
# Add npm to PATH only on Windows-based runners | ||
- name: Add npm to PATH | ||
if: contains(runner.os, 'windows') # Conditional check for any Windows OS | ||
run: | |
Check failure
Code scanning / lintrunner
ACTIONLINT/[shellcheck] Error test
# Add npm to PATH only on Windows-based runners | ||
- name: Add npm to PATH | ||
if: contains(runner.os, 'windows') # Conditional check for any Windows OS | ||
run: | |
Check failure
Code scanning / lintrunner
ACTIONLINT/[shellcheck] Error test
# Add npm to PATH only on Windows-based runners | ||
- name: Add npm to PATH | ||
if: contains(runner.os, 'windows') # Conditional check for any Windows OS | ||
run: | |
Check failure
Code scanning / lintrunner
ACTIONLINT/[shellcheck] Error test
# Add npm to PATH only on Windows-based runners | ||
- name: Add npm to PATH | ||
if: contains(runner.os, 'windows') # Conditional check for any Windows OS | ||
run: | |
Check failure
Code scanning / lintrunner
ACTIONLINT/[shellcheck] Error test
Hosting the code for seemethere/download-artifact-s3 and seemethere/upload-artifact-s3 locally to encorage more coolaboration and maintainance of this action.
This first migration is based on v4.2.0
Issue: pytorch/ci-infra#242