8000 Split build jobs, add S3 push by pww217 · Pull Request #307 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Split build jobs, add S3 push #307

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

Merged
merged 14 commits into from
May 9, 2022
Merged
Prev Previous commit
Next Next commit
workflow names
  • Loading branch information
pww217 committed May 9, 2022
commit 000c838007dbfffdddf7909ece171d2ad92d66c3
2 changes: 1 addition & 1 deletion .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: "[CI] Build Alpha"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-unstable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: "[CI] Build Unstable"

on:
push: # Only run on merges into master that modify files under pyscriptjs/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: "[Test] Lint JS"

on:

Expand Down
0