Skip to content

Commit

Permalink
fix files regex's
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 16, 2022
1 parent 0713f61 commit 83438fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:
path: node
base_sha: ${{ steps.last_main_commit.outputs.commit_hash }}
files: |
lerna\.json
package\.json
dev/dockerfiles/devel/main\.Dockerfile
\.github/workflows/main\.pr\.yml
\.github/workflows/merge\.pr\.yml
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/merge.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
file: dev/dockerfiles/devel/main.Dockerfile
manual-build: ${{ github.event_name == 'workflow_dispatch' }}
files-to-diff: |
(\.npmrc|modules|yarn\.lock|package\.json)
\.npmrc
modules
yarn\.lock
package\.json
build-args: |
"UCX_VERSION=1.12.1"
Expand All @@ -37,8 +40,11 @@ jobs:
file: dev/dockerfiles/devel/package.Dockerfile
manual-build: ${{ github.event_name == 'workflow_dispatch' }}
files-to-diff: |
\.npmrc
modules
yarn\.lock
package\.json
dev/dockerfiles/devel/main\.Dockerfile
(\.npmrc|modules|yarn\.lock|package\.json)
build-args: |
"CUDAARCHS=ALL"
"SCCACHE_IDLE_TIMEOUT=32768"
Expand Down

0 comments on commit 83438fe

Please sign in to comment.