mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 09:38:22 +00:00
chore: update github action script for testing
This commit is contained in:
parent
c39ce087ab
commit
35e8a74d8a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue