Skip to content

Commit

Permalink
fix bug: enable if_modified_files check for all shims in github actio…
Browse files Browse the repository at this point in the history
…ns [skip ci] (#11910)

* change if_modified_files to package phase

Signed-off-by: Yanxuan Liu <[email protected]>

* update copyright year

Signed-off-by: Yanxuan Liu <[email protected]>

* update dist/pom

Signed-off-by: Yanxuan Liu <[email protected]>

---------

Signed-off-by: Yanxuan Liu <[email protected]>
  • Loading branch information
YanxuanLiu authored Jan 3, 2025
1 parent e215ae4 commit 4df6d60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2024, NVIDIA CORPORATION.
Copyright (c) 2020-2025, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -190,7 +190,7 @@
<executions>
<execution>
<id>if_modified_files</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions scala2.13/dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2020-2024, NVIDIA CORPORATION.
Copyright (c) 2020-2025, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -190,7 +190,7 @@
<executions>
<execution>
<id>if_modified_files</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions scala2.13/tools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024, NVIDIA CORPORATION.
Copyright (c) 2024-2025, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -62,7 +62,7 @@
<executions>
<execution>
<id>if_modified_files</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2024, NVIDIA CORPORATION.
Copyright (c) 2024-2025, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -62,7 +62,7 @@
<executions>
<execution>
<id>if_modified_files</id>
<phase>verify</phase>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
Expand Down

0 comments on commit 4df6d60

Please sign in to comment.