Skip to content

Commit

Permalink
chore: improve github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshenhai committed Aug 3, 2024
1 parent 35e8a74 commit f17790c
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 == 'github/idraw'
if: github.repository == 'idrawjs/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 == 'github/idraw'
if: github.repository == 'idrawjs/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 == 'github/idraw'
if: github.repository == 'idrawjs/idraw'
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit f17790c

Please sign in to comment.