Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 27, 2023
1 parent 270939c commit 3541ab5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CCI
name: CCI Workflow
on:
push:
branches:
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: CI
name: Tag & Website
on:
push:
branches:
- main
workflow_run:
workflows:
- CCI Workflow
types:
- completed

jobs:
build-deploy:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
env:
NODE_OPTIONS: --max_old_space_size=8192
steps:
Expand Down

0 comments on commit 3541ab5

Please sign in to comment.