mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: trigger coverage ci when updating codecov
PR-URL: https://github.com/nodejs/node/pull/53929 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
992884a07f
commit
638d5fd8a5
@@ -12,6 +12,7 @@ on:
|
||||
- tools/gyp/**
|
||||
- tools/test.py
|
||||
- .github/workflows/coverage-linux-without-intl.yml
|
||||
- codecov.yml
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -24,6 +25,7 @@ on:
|
||||
- tools/gyp/**
|
||||
- tools/test.py
|
||||
- .github/workflows/coverage-linux-without-intl.yml
|
||||
- codecov.yml
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
2
.github/workflows/coverage-linux.yml
vendored
2
.github/workflows/coverage-linux.yml
vendored
@@ -12,6 +12,7 @@ on:
|
||||
- tools/gyp/**
|
||||
- tools/test.py
|
||||
- .github/workflows/coverage-linux.yml
|
||||
- codecov.yml
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -24,6 +25,7 @@ on:
|
||||
- tools/gyp/**
|
||||
- tools/test.py
|
||||
- .github/workflows/coverage-linux.yml
|
||||
- codecov.yml
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
2
.github/workflows/coverage-windows.yml
vendored
2
.github/workflows/coverage-windows.yml
vendored
@@ -12,6 +12,7 @@ on:
|
||||
- tools/gyp/**
|
||||
- tools/test.py
|
||||
- .github/workflows/coverage-windows.yml
|
||||
- codecov.yml
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -24,6 +25,7 @@ on:
|
||||
- tools/gyp/**
|
||||
- tools/test.py
|
||||
- .github/workflows/coverage-windows.yml
|
||||
- codecov.yml
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user