Skip to content

Commit

Permalink
Merge branch 'canary' into docs/standalone-build
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Dec 7, 2021
2 parents fd2f702 + a5b3f56 commit c791772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_test_deploy.yml
Expand Up @@ -735,6 +735,7 @@ jobs:
path: packages/next-swc/crates/wasm/pkg-nodejs

- run: ls packages/next-swc/crates/wasm
if: ${{needs.build.outputs.docsChange != 'docs only change'}}

- uses: actions/download-artifact@v2
if: ${{needs.build.outputs.docsChange != 'docs only change'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@main
- uses: actions/stale@v4
id: stale
name: 'Close stale issues with no reproduction'
with:
Expand Down

0 comments on commit c791772

Please sign in to comment.