GitHub Actions Cleanup (#1467)
Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1467 1. Avoid reusing workflow names between validation and publish jobs, since they show up with the same UI when wanting to adhoc trigger a publish. 2. Merge SwiftPM checks into Validate Apple job 3. Merge remnants of website-next workflow into website workflow (and remove a redundant explicit build step already removed in one workflow) 4. Run more validation on push to release branch 5. Do not run website validation off of main, since it is only ever deployed from main branch Reviewed By: cipolleschi Differential Revision: D51236885 fbshipit-source-id: dd8165aa9871f173d8914f345569c6cde1edda72
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6f41a27e31
commit
8c1a672f92
3
.github/workflows/validate-js.yml
vendored
3
.github/workflows/validate-js.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: JavaScript
|
||||
name: Validate JavaScript
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'release-*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
Reference in New Issue
Block a user