mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e12a10256c
Migrate the snapshot publishing from CircleCI to GHA PR Close #51957
17 lines
307 B
YAML
17 lines
307 B
YAML
# This config is remaining in place to prevent pull requests failing because of CircleCI config missing.
|
|
|
|
version: 2.1
|
|
|
|
jobs:
|
|
pass:
|
|
docker:
|
|
- image: cimg/base:2022.05
|
|
steps:
|
|
- run: echo "This too shall pass (always)"
|
|
|
|
workflows:
|
|
version: 2
|
|
default_workflow:
|
|
jobs:
|
|
- pass
|