Skip to content

Commit

Permalink
ci: canary (#8773)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 4, 2024
1 parent 4079539 commit 5c4d18c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
name: ⚠️ Publish canary management
name: ⚠️ Publish canary
on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 1-5' # At UTC 20:00 (MSK 23:00) on every day-of-week from Monday through Friday

jobs:
canary:
publish-canary:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
branch: [v3.x, main]
name: Publish canary for ${{ matrix.branch }} branch
name: Publish canary
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
with:
ref: ${{ matrix.branch }}
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
with:
validate-peer-deps: 'false'
- uses: taiga-family/ci/actions/setup/config/[email protected]
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions projects/legacy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:ng-packagr",
"outputs": ["{workspaceRoot}/dist/{projectName}"],
"options": {
"tsConfig": "tsconfig.build.json",
"project": "{projectRoot}/ng-package.json"
Expand Down

0 comments on commit 5c4d18c

Please sign in to comment.