Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 4, 2023
1 parent e21f977 commit 0227c76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
comment:
name: Add PR comment
name: Add preview url comment

if: github.event_name == 'pull_request'

runs-on: ubuntu-latest

steps:
- name: Add preview url comment
uses: ./.github/actions/pr_comment.yml
uses: ./.github/actions/pr_comment
with:
body: A preview url will be shown here when the deployment finished.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Add preview url comment
if: github.event_name == 'pull_request'
uses: ./.github/actions/pr_comment.yml
uses: ./.github/actions/pr_comment
with:
body: preview_url.txt
is_file: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [16, 18, 20]
node: [18, 20]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0227c76

Please sign in to comment.