Skip to content

Commit

Permalink
chore: update github action script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshenhai committed Aug 3, 2024
1 parent c39ce08 commit 35e8a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'idrawjs/idraw'
if: github.repository == 'github/idraw'
strategy:
matrix:
node-version: [22.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'idrawjs/idraw'
if: github.repository == 'github/idraw'
strategy:
matrix:
node-version: [22.x]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'idrawjs/idraw'
if: github.repository == 'github/idraw'
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 35e8a74

Please sign in to comment.