mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Retire basic checks GH action (#161376)
* Add /build/ folder checks (just like GH action) * Add more checks that were only present in the GH action * Disable basic checks GH action
This commit is contained in:
16
.github/workflows/basic.yml
vendored
16
.github/workflows/basic.yml
vendored
@@ -1,12 +1,14 @@
|
||||
name: Basic checks
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
on: workflow_dispatch
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user